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

/external/chromium_org/chrome/browser/ui/views/
H A Dcertificate_viewer_win.cc36 HCERTSTORE cert_store = cert_list->hCertStore; local
38 view_info.rghStores = &cert_store;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper.cc99 net::ChannelIDStore* cert_store = local
102 if (cert_store) {
103 cert_store->GetAllChannelIDs(base::Bind(
133 net::ChannelIDStore* cert_store = local
136 if (cert_store) {
137 cert_store->DeleteChannelID(
/external/chromium_org/net/ssl/
H A Dclient_cert_store_win.cc67 void GetClientCertsImpl(HCERTSTORE cert_store, argument
95 chain_context = CertFindChainInStore(cert_store,
110 // Copy the certificate, so that it is valid after |cert_store| is closed.
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_unittest.cc19 #include "content/public/browser/cert_store.h"
122 MockCertStore* cert_store() { return &cert_store_; } function in class:__anon5398::WebsiteSettingsTest
137 infobar_service(), url(), ssl(), cert_store()));
296 EXPECT_CALL(*cert_store(), RetrieveCert(ev_cert_id, _)).WillRepeatedly(
H A Dwebsite_settings.cc40 #include "content/public/browser/cert_store.h"
171 content::CertStore* cert_store)
181 cert_store_(cert_store),
164 WebsiteSettings( WebsiteSettingsUI* ui, Profile* profile, TabSpecificContentSettings* tab_specific_content_settings, InfoBarService* infobar_service, const GURL& url, const content::SSLStatus& ssl, content::CertStore* cert_store) argument
/external/chromium_org/net/cert/
H A Dx509_certificate_openssl.cc304 X509_STORE* X509Certificate::cert_store() { function in class:net::X509Certificate
/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c966 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, argument
1000 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert))
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h802 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/external/openssl/include/openssl/
H A Dssl.h816 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/external/openssl/ssl/
H A Dssl.h816 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st

Completed in 2580 milliseconds