Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A Dclient_cert_store_win.cc109 ClientCertIdentityList GetClientCertsImpl(HCERTSTORE cert_store, in GetClientCertsImpl()
243 ScopedHCERTSTOREWithChecks cert_store; in GetClientCertsWithCertStore() local
/aosp_15_r20/external/grpc-grpc/src/core/tsi/
H A Dssl_transport_security.cc700 static tsi_result x509_store_load_certs(X509_STORE* cert_store, in x509_store_load_certs()
774 X509_STORE* cert_store = SSL_CTX_get_cert_store(context); in ssl_ctx_load_verification_certs() local
2281 X509_STORE* cert_store = SSL_CTX_get_cert_store(ssl_context); in tsi_create_ssl_client_handshaker_factory_with_options() local
2336 X509_STORE* cert_store = SSL_CTX_get_cert_store(ssl_context); in tsi_create_ssl_client_handshaker_factory_with_options() local
2534 X509_STORE* cert_store = SSL_CTX_get_cert_store(impl->ssl_contexts[i]); in tsi_create_ssl_server_handshaker_factory_with_options() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc680 static tsi_result x509_store_load_certs(X509_STORE* cert_store, in x509_store_load_certs()
754 X509_STORE* cert_store = SSL_CTX_get_cert_store(context); in ssl_ctx_load_verification_certs() local
2056 X509_STORE* cert_store = SSL_CTX_get_cert_store(ssl_context); in tsi_create_ssl_client_handshaker_factory_with_options() local
2244 X509_STORE* cert_store = SSL_CTX_get_cert_store(impl->ssl_contexts[i]); in tsi_create_ssl_server_handshaker_factory_with_options() local
/aosp_15_r20/external/curl/lib/vtls/
H A Dschannel.c564 HCERTSTORE cert_store = NULL; in schannel_acquire_credential_handle() local
2906 HCERTSTORE cert_store) in Curl_schannel_set_cached_cert_store()
H A Dschannel_int.h174 HCERTSTORE cert_store; /* cached certificate store or member
/aosp_15_r20/packages/modules/DnsResolver/
DDnsTlsSocket.cpp128 X509_STORE* cert_store = SSL_CTX_get_cert_store(mSslCtx.get()); in setTestCaCertificate() local
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs1305 pub fn cert_store(&self) -> &X509StoreBuilderRef { in cert_store() method
1873 pub fn cert_store(&self) -> &X509StoreRef { in cert_store() method
/aosp_15_r20/external/rust/crates/openssl/src/ssl/test/
Dmod.rs958 fn cert_store() { in cert_store() function