OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
crl_set.cc
251
crl_set->
crls_
.push_back(std::make_pair(parent_spki_sha256, serials));
395
if (i >=
crls_
.size())
397
crl_set->
crls_
.push_back(
crls_
[i]);
398
crl_set->crls_index_by_issuer_[
crls_
[i].first] = j;
406
crl_set->
crls_
.push_back(std::make_pair(parent_spki_hash, serials));
410
if (i >=
crls_
.size())
414
if (i >=
crls_
.size())
417
if (!ReadDeltaCRL(&data,
crls_
[i].second, &serials))
419
crl_set->
crls_
.push_back(std::make_pair(crls_[i].first, serials))
[
all
...]
crl_set.h
112
CRLList
crls_
;
member in class:net::CRLSet
116
// crls_index_by_issuer_ maps from issuer SPKI hashes to the index in |
crls_
|
117
// where the information for that issuer can be found. We have both |
crls_
|
Completed in 1198 milliseconds