Searched refs:spki_hash (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/cert/
H A Dcrl_set.cc20 CRLSet::Result CRLSet::CheckSPKI(const base::StringPiece& spki_hash) const {
23 if (spki_hash.size() == i->size() &&
24 memcmp(spki_hash.data(), i->data(), i->size()) == 0) {
H A Dcrl_set.h33 // spki_hash: the SHA256 of the SubjectPublicKeyInfo of the certificate.
34 Result CheckSPKI(const base::StringPiece& spki_hash) const;
H A Dcert_verify_proc_mac.cc297 const std::string spki_hash = crypto::SHA256HashString(spki); local
314 CRLSet::Result result = crl_set->CheckSPKI(spki_hash);
319 issuer_spki_hash = spki_hash;
H A Dcert_verify_proc_win.cc441 const std::string spki_hash = crypto::SHA256HashString(spki); local
451 CRLSet::Result result = crl_set->CheckSPKI(spki_hash);
456 issuer_spki_hash = spki_hash;
H A Dcert_verify_proc_nss.cc311 const std::string spki_hash = crypto::SHA256HashString(spki); local
317 CRLSet::Result result = crl_set->CheckSPKI(spki_hash);
322 issuer_spki_hash = spki_hash;
H A Dcrl_set_unittest.cc307 const uint8 spki_hash[] = { local
315 reinterpret_cast<const char*>(spki_hash)));

Completed in 312 milliseconds