Searched defs:cert_store (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dcertificate_viewer_win.cc24 HCERTSTORE cert_store = view_info.pCertContext->hCertStore; local
26 view_info.rghStores = &cert_store;
/external/openssl/crypto/pkcs7/
H A Ddec.c82 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);
H A Dverify.c79 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);
H A Dpk7_doit.c960 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, argument
994 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert))
/external/chromium/net/base/
H A Dx509_certificate_openssl.cc407 X509_STORE* X509Certificate::cert_store() { function in class:net::X509Certificate
443 int rv = X509_STORE_CTX_init(ctx.get(), cert_store(),
H A Dx509_certificate_win.cc638 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();
/external/openssl/include/openssl/
H A Dssl.h781 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/external/openssl/ssl/
H A Dssl.h781 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st

Completed in 838 milliseconds