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

/external/chromium_org/net/cert/
H A Dcrl_set.h32 // CheckSPKI checks whether the given SPKI has been listed as blocked.
34 Result CheckSPKI(const base::StringPiece& spki_hash) const;
H A Dcrl_set.cc20 CRLSet::Result CRLSet::CheckSPKI(const base::StringPiece& spki_hash) const { function in class:net::CRLSet
H A Dcert_verify_proc_mac.cc314 CRLSet::Result result = crl_set->CheckSPKI(spki_hash);
H A Dcert_verify_proc_win.cc451 CRLSet::Result result = crl_set->CheckSPKI(spki_hash);
H A Dcrl_set_unittest.cc313 EXPECT_EQ(net::CRLSet::GOOD, set->CheckSPKI(""));
314 EXPECT_EQ(net::CRLSet::REVOKED, set->CheckSPKI(
H A Dcert_verify_proc_nss.cc317 CRLSet::Result result = crl_set->CheckSPKI(spki_hash);

Completed in 69 milliseconds