/external/chromium/chrome/browser/ui/views/ |
certificate_viewer_win.cc | 24 HCERTSTORE cert_store = view_info.pCertContext->hCertStore; local 26 view_info.rghStores = &cert_store;
|
page_info_bubble_view.cc | 14 #include "content/browser/cert_store.h"
|
/external/chromium/net/base/ |
test_root_certs_openssl.cc | 18 if (!X509_STORE_add_cert(X509Certificate::cert_store(),
|
x509_certificate_openssl.cc | 407 X509_STORE* X509Certificate::cert_store() { function in class:net::X509Certificate 443 int rv = X509_STORE_CTX_init(ctx.get(), cert_store(),
|
x509_certificate.h | 280 static HCERTSTORE cert_store(); 286 static X509_STORE* cert_store(); 377 // Resets the store returned by cert_store() to default state. Used by
|
x509_certificate_win.cc | 638 HCERTSTORE cert_store() { function in class:net::GlobalCertStore 662 HCERTSTORE X509Certificate::cert_store() { function in class:net::X509Certificate 663 return g_cert_store.Get().cert_store(); [all...] |
/external/openssl/crypto/pkcs7/ |
dec.c | 82 X509_STORE *cert_store=NULL; local 143 cert_store=X509_STORE_new(); 144 X509_STORE_set_default_paths(cert_store); 145 X509_STORE_load_locations(cert_store,NULL,"../../certs"); 146 X509_STORE_set_verify_cb_func(cert_store,verify_callback); 183 i=PKCS7_dataVerify(cert_store,&cert_ctx,p7bio,p7,si); 190 X509_STORE_free(cert_store);
|
verify.c | 79 X509_STORE *cert_store=NULL; local 138 cert_store=X509_STORE_new(); 139 X509_STORE_set_default_paths(cert_store); 140 X509_STORE_load_locations(cert_store,NULL,"../../certs"); 141 X509_STORE_set_verify_cb_func(cert_store,verify_callback); 185 rc=PKCS7_dataVerify(cert_store,&cert_ctx,p7bio,p7,si); 204 X509_STORE_free(cert_store);
|
pk7_doit.c | 913 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, 947 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert))
|
pkcs7.h | 321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/external/chromium/chrome/browser/ui/toolbar/ |
toolbar_model.cc | 17 #include "content/browser/cert_store.h"
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_openssl.c | 430 if (name == NULL || strncmp(name, "cert_store://", 13) != 0) 465 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) { 1067 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store, 1103 X509_STORE_free(ssl_ctx->cert_store); 1104 ssl_ctx->cert_store = X509_STORE_new(); 1105 if (ssl_ctx->cert_store == NULL) { 1120 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) { 1158 X509_STORE_add_cert(ssl_ctx->cert_store, info->x509); 1161 X509_STORE_add_crl(ssl_ctx->cert_store, info->crl); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 437 if (name == NULL || strncmp(name, "cert_store://", 13) != 0) 472 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) { 1283 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store, [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_blocking_page.cc | 16 #include "content/browser/cert_store.h"
|
ssl_error_info.cc | 9 #include "content/browser/cert_store.h"
|
/external/wpa_supplicant/ |
tls_openssl.c | 480 if (name == NULL || strncmp(name, "cert_store://", 13) != 0) 515 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) { 1086 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store, 1121 X509_STORE_free(ssl_ctx->cert_store); 1122 ssl_ctx->cert_store = X509_STORE_new(); 1123 if (ssl_ctx->cert_store == NULL) { 1138 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) { 1176 X509_STORE_add_cert(ssl_ctx->cert_store, info->x509); 1179 X509_STORE_add_crl(ssl_ctx->cert_store, info->crl); [all...] |
config_ssid.h | 276 * certificate store by setting this to cert_store://<name>, e.g., 277 * ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
|
wpa_supplicant.conf.orig | 306 # certificate store by setting this to cert_store://<name>, e.g., 307 # ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_config.h | 89 * certificate store by setting this to cert_store://name, e.g., 90 * ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 98 * certificate store by setting this to cert_store://name, e.g., 99 * ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
|
/external/openssl/ssl/ |
ssl_lib.c | [all...] |
/external/chromium/chrome/browser/ |
page_info_model.cc | 16 #include "content/browser/cert_store.h"
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.conf.orig | 375 # certificate store by setting this to cert_store://<name>, e.g., 376 # ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf.orig | 427 # certificate store by setting this to cert_store://<name>, e.g., 428 # ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT". [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller.mm | 19 #include "content/browser/cert_store.h"
|