OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:issuer_spki_hash
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
cert_verify_proc_win.cc
408
std::string
issuer_spki_hash
;
local
435
if (result != CRLSet::REVOKED && !
issuer_spki_hash
.empty())
436
result = crl_set->CheckSerial(serial,
issuer_spki_hash
);
438
issuer_spki_hash
= spki_hash;
cert_verify_proc_nss.cc
289
std::string
issuer_spki_hash
;
local
311
if (result != CRLSet::REVOKED && !
issuer_spki_hash
.empty())
312
result = crl_set->CheckSerial(serial_number,
issuer_spki_hash
);
314
issuer_spki_hash
= spki_hash;
[
all
...]
Completed in 37 milliseconds