OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsChainOfPublicKeysPermitted
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
transport_security_state.h
54
//
IsChainOfPublicKeysPermitted
takes a set of public key hashes and
58
bool
IsChainOfPublicKeysPermitted
(
transport_security_state_unittest.cc
538
EXPECT_TRUE(domain_state.
IsChainOfPublicKeysPermitted
(hashes));
544
EXPECT_FALSE(domain_state.
IsChainOfPublicKeysPermitted
(hashes));
546
EXPECT_TRUE(domain_state.
IsChainOfPublicKeysPermitted
(hashes));
548
EXPECT_FALSE(domain_state.
IsChainOfPublicKeysPermitted
(hashes));
transport_security_state.cc
636
bool TransportSecurityState::DomainState::
IsChainOfPublicKeysPermitted
(
/external/chromium/net/url_request/
url_request_http_job.cc
670
!domain_state.
IsChainOfPublicKeysPermitted
(ssl_info.public_key_hashes)){
[
all
...]
Completed in 99 milliseconds