Searched refs:cert_store (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/openssl/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 Dpkcs7.h321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/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 Dpkcs7.h321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/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_server_bound_cert_helper_unittest.cc39 net::ServerBoundCertStore* cert_store = local
41 cert_store->SetServerBoundCert("https://www.google.com:443",
44 cert_store->SetServerBoundCert("https://www.youtube.com:443",
H A Dbrowsing_data_server_bound_cert_helper.cc97 net::ServerBoundCertStore* cert_store = local
100 if (cert_store) {
101 cert_store->GetAllServerBoundCerts(base::Bind(
129 net::ServerBoundCertStore* cert_store = local
132 if (cert_store) {
133 cert_store->DeleteServerBoundCert(
/external/chromium_org/chrome/app/
H A Dsignature_validator_win.cc171 // If successful, cert_store will be populated by a store containing all the
173 HCERTSTORE cert_store = NULL;
184 &cert_store,
188 ScopedCertStoreHandle scoped_cert_store(cert_store);
195 cert_store,
/external/chromium_org/net/cert/
H A Dtest_root_certs_openssl.cc18 if (!X509_STORE_add_cert(X509Certificate::cert_store(),
H A Dcert_verify_proc_openssl.cc215 if (X509_STORE_CTX_init(ctx.get(), X509Certificate::cert_store(),
H A Dx509_certificate.h310 static X509_STORE* cert_store();
417 // Resets the store returned by cert_store() to default state. Used by
H A Dx509_certificate_openssl.cc377 X509_STORE* X509Certificate::cert_store() { function in class:net::X509Certificate
/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.h79 content::CertStore* cert_store);
H A Dwebsite_settings_unittest.cc22 #include "content/public/browser/cert_store.h"
125 MockCertStore* cert_store() { return &cert_store_; } function in class:__anon5322::WebsiteSettingsTest
140 infobar_service(), url(), ssl(), cert_store()));
299 EXPECT_CALL(*cert_store(), RetrieveCert(ev_cert_id, _)).WillRepeatedly(
H A Dwebsite_settings.cc34 #include "content/public/browser/cert_store.h"
134 content::CertStore* cert_store)
144 cert_store_(cert_store),
127 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/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c477 if (name == NULL || strncmp(name, "cert_store://", 13) != 0)
512 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1522 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store,
1558 X509_STORE_free(ssl_ctx->cert_store);
1559 ssl_ctx->cert_store = X509_STORE_new();
1560 if (ssl_ctx->cert_store == NULL) {
1616 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1654 X509_STORE_add_cert(ssl_ctx->cert_store,
1658 X509_STORE_add_crl(ssl_ctx->cert_store,
2124 X509_STORE_free(ssl_ctx->cert_store);
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c477 if (name == NULL || strncmp(name, "cert_store://", 13) != 0)
512 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1522 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store,
1558 X509_STORE_free(ssl_ctx->cert_store);
1559 ssl_ctx->cert_store = X509_STORE_new();
1560 if (ssl_ctx->cert_store == NULL) {
1616 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1654 X509_STORE_add_cert(ssl_ctx->cert_store,
1658 X509_STORE_add_crl(ssl_ctx->cert_store,
2124 X509_STORE_free(ssl_ctx->cert_store);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c477 if (name == NULL || strncmp(name, "cert_store://", 13) != 0)
512 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1522 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store,
1558 X509_STORE_free(ssl_ctx->cert_store);
1559 ssl_ctx->cert_store = X509_STORE_new();
1560 if (ssl_ctx->cert_store == NULL) {
1616 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1654 X509_STORE_add_cert(ssl_ctx->cert_store,
1658 X509_STORE_add_crl(ssl_ctx->cert_store,
2124 X509_STORE_free(ssl_ctx->cert_store);
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_lib.c1769 ret->cert_store=NULL;
1820 ret->cert_store=X509_STORE_new();
1821 if (ret->cert_store == NULL) goto err;
1997 if (a->cert_store != NULL)
1998 X509_STORE_free(a->cert_store);
3060 return(X509_STORE_set_default_paths(ctx->cert_store));
3066 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath));
3144 return(ctx->cert_store);
3149 if (ctx->cert_store != NULL)
3150 X509_STORE_free(ctx->cert_store);
[all...]
/external/openssl/ssl/
H A Dssl_lib.c1870 ret->cert_store=NULL;
1921 ret->cert_store=X509_STORE_new();
1922 if (ret->cert_store == NULL) goto err;
2100 if (a->cert_store != NULL)
2101 X509_STORE_free(a->cert_store);
3160 return(X509_STORE_set_default_paths(ctx->cert_store));
3166 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath));
3244 return(ctx->cert_store);
3249 if (ctx->cert_store != NULL)
3250 X509_STORE_free(ctx->cert_store);
[all...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dpkcs7.h321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/external/openssl/include/openssl/
H A Dpkcs7.h321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,

Completed in 770 milliseconds

12