HomeSort by relevance Sort by last modified time
    Searched refs:AddEVCA (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/cert/
ev_root_ca_metadata.h 51 // AddEVCA adds an EV CA to the list of known EV CAs with the given policy.
54 bool AddEVCA(const SHA1HashValue& fingerprint, const char* policy);
56 // RemoveEVCA removes an EV CA that was previously added by AddEVCA. It
ev_root_ca_metadata.cc 452 bool EVRootCAMetadata::AddEVCA(const SHA1HashValue& fingerprint,
539 bool EVRootCAMetadata::AddEVCA(const SHA1HashValue& fingerprint,
566 bool EVRootCAMetadata::AddEVCA(const SHA1HashValue& fingerprint,
  /external/chromium_org/net/test/
cert_test_util.cc 68 EXPECT_TRUE(ev_root_ca_metadata->AddEVCA(fingerprint, policy));

Completed in 43 milliseconds