Home
last modified time | relevance | path

Searched refs:CreateKeyAndDomainBoundCertEC (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
Dx509_util_nss_unittest.cc146 TEST(X509UtilNSSTest, CreateKeyAndDomainBoundCertEC) { in TEST() argument
153 ASSERT_TRUE(x509_util::CreateKeyAndDomainBoundCertEC( in TEST()
Dx509_util.h47 NET_EXPORT_PRIVATE bool CreateKeyAndDomainBoundCertEC(
Dx509_util.cc58 bool CreateKeyAndDomainBoundCertEC(const std::string& domain, in CreateKeyAndDomainBoundCertEC() function
/external/chromium_org/net/ssl/
Dserver_bound_cert_service.cc102 if (!x509_util::CreateKeyAndDomainBoundCertEC(server_identifier, in GenerateCert()