HomeSort by relevance Sort by last modified time
    Searched refs:os_cert_handle (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/chromium_org/chrome/common/net/
x509_certificate_model_unittest.cc 26 x509_certificate_model::GetType(cert->os_cert_handle()));
29 x509_certificate_model::GetType(cert->os_cert_handle()));
37 x509_certificate_model::GetType(cert->os_cert_handle()));
50 x509_certificate_model::GetType(cert->os_cert_handle()));
57 x509_certificate_model::GetType(cert->os_cert_handle()));
65 x509_certificate_model::GetType(cert->os_cert_handle()));
72 x509_certificate_model::GetType(cert->os_cert_handle()));
84 EXPECT_EQ("1", x509_certificate_model::GetVersion(cert->os_cert_handle()));
  /external/chromium/net/base/
cert_database_win.cc 27 if (!CryptFindCertificateKeyProvInfo(cert->os_cert_handle(), 0, NULL))
44 cert->os_cert_handle(),
cert_database_mac.cc 28 OSStatus err = SecIdentityCreateWithCertificate(NULL, cert->os_cert_handle(),
47 err = SecCertificateAddToKeychain(cert->os_cert_handle(), NULL);
test_root_certs_nss.cc 54 SECStatus rv = CERT_GetCertTrust(certificate->os_cert_handle(),
75 certificate->os_cert_handle(),
82 trust_cache_.push_back(new TrustEntry(certificate->os_cert_handle(),
cert_database_nss.cc 47 CERTCertificate* cert = cert_obj->os_cert_handle();
59 CERTCertificate* cert = cert_obj->os_cert_handle();
188 if (CERT_CompareName(&cert1->os_cert_handle()->issuer,
189 &cert0->os_cert_handle()->subject) == SECEqual)
191 if (CERT_CompareName(&certn_2->os_cert_handle()->issuer,
192 &certn_1->os_cert_handle()->subject) == SECEqual)
219 SECStatus srv = CERT_GetCertTrust(cert->os_cert_handle(), &nsstrust);
255 SECKEYPrivateKey *privKey = PK11_FindKeyByAnyCert(cert->os_cert_handle(),
259 if (PK11_DeleteTokenCertAndKey(cert->os_cert_handle(), NULL)) {
264 if (SEC_DeletePermCertificate(cert->os_cert_handle())) {
    [all...]
test_root_certs_openssl.cc 19 certificate->os_cert_handle())) {
test_root_certs_mac.cc 61 certificate->os_cert_handle()))
63 CFArrayAppendValue(temporary_roots_, certificate->os_cert_handle());
  /external/chromium_org/net/cert/
cert_database_win.cc 31 if (!CryptFindCertificateKeyProvInfo(cert->os_cert_handle(), 0, NULL))
48 cert->os_cert_handle(),
cert_database_openssl.cc 44 X509_PUBKEY_get(X509_get_X509_PUBKEY(cert->os_cert_handle())));
test_root_certs_android.cc 16 if (!X509Certificate::GetDEREncoded(certificate->os_cert_handle(),
ct_objects_extractor_unittest.cc 41 EXPECT_TRUE(ExtractEmbeddedSCTList(cert->os_cert_handle(), &sct_list));
75 ASSERT_TRUE(GetPrecertLogEntry(precert_chain_[0]->os_cert_handle(),
76 precert_chain_[1]->os_cert_handle(),
90 ASSERT_TRUE(GetX509LogEntry(test_cert_->os_cert_handle(), &entry));
106 ASSERT_TRUE(GetPrecertLogEntry(precert_chain_[0]->os_cert_handle(),
107 precert_chain_[1]->os_cert_handle(),
121 ASSERT_TRUE(GetX509LogEntry(test_cert_->os_cert_handle(), &entry));
143 issuer_cert->os_cert_handle(), subject_cert->serial_number(),
159 issuer_cert->os_cert_handle(), test_cert_->serial_number(),
175 test_cert_->os_cert_handle(), subject_cert->serial_number()
    [all...]
nss_cert_database.cc 150 if (CERT_CompareName(&cert1->os_cert_handle()->issuer,
151 &cert0->os_cert_handle()->subject) == SECEqual)
153 if (CERT_CompareName(&certn_2->os_cert_handle()->issuer,
154 &certn_1->os_cert_handle()->subject) == SECEqual)
186 SECStatus srv = CERT_GetCertTrust(cert->os_cert_handle(), &trust);
231 SECStatus rv = CERT_GetCertTrust(cert->os_cert_handle(), &nsstrust);
272 if (CERT_CompareName(&cert->os_cert_handle()->issuer,
273 &cert->os_cert_handle()->subject) == SECEqual) {
297 SECKEYPrivateKey *privKey = PK11_FindKeyByAnyCert(cert->os_cert_handle(),
301 if (PK11_DeleteTokenCertAndKey(cert->os_cert_handle(), NULL))
    [all...]
test_root_certs_openssl.cc 19 certificate->os_cert_handle())) {
cert_verify_proc_unittest.cc 122 intermediates.push_back(certs[1]->os_cert_handle());
125 X509Certificate::CreateFromHandle(certs[0]->os_cert_handle(),
152 intermediates.push_back(certs[1]->os_cert_handle());
153 intermediates.push_back(certs[2]->os_cert_handle());
156 X509Certificate::CreateFromHandle(certs[0]->os_cert_handle(),
228 intermediates.push_back(certs[1]->os_cert_handle());
231 X509Certificate::CreateFromHandle(certs[0]->os_cert_handle(),
270 intermediates.push_back(intermediate_cert->os_cert_handle());
272 X509Certificate::CreateFromHandle(server_cert->os_cert_handle(),
368 intermediates.push_back(intermediate->os_cert_handle());
    [all...]
nss_cert_database_unittest.cc 115 CERT_GetDefaultCertDB(), certs[i]->os_cert_handle(), &default_trust);
273 EXPECT_FALSE(certs[0]->os_cert_handle()->isperm);
292 cert->os_cert_handle()->trust->sslFlags);
294 cert->os_cert_handle()->trust->emailFlags);
296 cert->os_cert_handle()->trust->objectSigningFlags);
304 EXPECT_FALSE(certs[0]->os_cert_handle()->isperm);
322 cert->os_cert_handle()->trust->sslFlags);
325 cert->os_cert_handle()->trust->emailFlags);
327 cert->os_cert_handle()->trust->objectSigningFlags);
335 EXPECT_FALSE(certs[0]->os_cert_handle()->isperm)
    [all...]
x509_util_mac.cc 187 OSStatus CSSMCachedCertificate::Init(SecCertificateRef os_cert_handle) {
189 DCHECK(os_cert_handle);
191 OSStatus status = SecCertificateGetData(os_cert_handle, &cert_data);
194 status = SecCertificateGetCLHandle(os_cert_handle, &cl_handle_);
cert_database_nss.cc 75 CERTCertificate* cert = cert_obj->os_cert_handle();
86 CERTCertificate* cert = cert_obj->os_cert_handle();
test_root_certs_mac.cc 54 certificate->os_cert_handle()))
56 CFArrayAppendValue(temporary_roots_, certificate->os_cert_handle());
test_root_certs_nss.cc 56 x509_util_ios::NSSCertificate nss_certificate(certificate->os_cert_handle());
59 CERTCertificate* cert_handle = certificate->os_cert_handle();
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsNSSCertificateDB.cpp 74 if (!CERT_IsCACert(root->os_cert_handle(), NULL)) {
77 } else if (root->os_cert_handle()->isperm) {
90 root->os_cert_handle(),
94 &root->os_cert_handle()->derSubject,
121 if (!CERT_IsCACert(cert->os_cert_handle(), NULL)) {
128 if (cert->os_cert_handle()->isperm) {
135 if (CERT_VerifyCert(CERT_GetDefaultCertDB(), cert->os_cert_handle(),
150 cert->os_cert_handle(),
154 &cert->os_cert_handle()->derSubject,
186 cert->os_cert_handle(),
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc 30 x509_certificate_model::GetCertNameOrNickname(cert->os_cert_handle());
72 net::X509Certificate::OSCertHandle cert_handle = cert->os_cert_handle();
122 net::X509Certificate::OSCertHandle cert_handle = cert->os_cert_handle();
130 net::X509Certificate::OSCertHandle cert_handle = cert->os_cert_handle();
154 net::X509Certificate::OSCertHandle cert_handle = cert->os_cert_handle();
163 net::X509Certificate::OSCertHandle cert_handle = cert->os_cert_handle();
  /external/chromium/chrome/browser/ui/views/
certificate_viewer_win.cc 22 view_info.pCertContext = cert->os_cert_handle();
ssl_client_certificate_selector_win.cc 37 PCCERT_CONTEXT cc = cert_request_info->client_certs[i]->os_cert_handle();
57 client_cert->os_cert_handle())) {
  /external/chromium_org/chrome/browser/
certificate_manager_model.cc 55 x509_certificate_model::GetType(cert->os_cert_handle());
76 x509_certificate_model::GetCertNameOrNickname(cert.os_cert_handle()));
88 x509_certificate_model::GetTokenName(cert.os_cert_handle()));
92 cert.os_cert_handle(), std::string()));
  /external/chromium_org/net/test/
cert_test_util.cc 40 intermediates.push_back(certs[i]->os_cert_handle());
43 certs[0]->os_cert_handle(), intermediates));

Completed in 93 milliseconds

1 2 3 4