Home
last modified time | relevance | path

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

/external/cronet/net/ssl/
Dclient_cert_store_win.cc108 ClientCertIdentityList GetClientCertsImpl(HCERTSTORE cert_store, in GetClientCertsImpl()
242 ScopedHCERTSTOREWithChecks cert_store; in GetClientCertsWithCertStore() local
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc579 static tsi_result x509_store_load_certs(X509_STORE* cert_store, in x509_store_load_certs()
649 X509_STORE* cert_store = SSL_CTX_get_cert_store(context); in ssl_ctx_load_verification_certs() local
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc721 static tsi_result x509_store_load_certs(X509_STORE* cert_store, in x509_store_load_certs()
795 X509_STORE* cert_store = SSL_CTX_get_cert_store(context); in ssl_ctx_load_verification_certs() local
/external/curl/lib/vtls/
Dschannel.c588 HCERTSTORE cert_store = NULL; in schannel_acquire_credential_handle() local
/external/rust/crates/openssl/src/ssl/test/
Dmod.rs834 fn cert_store() { in cert_store() function
/external/rust/crates/openssl/src/ssl/
Dmod.rs1274 pub fn cert_store(&self) -> &X509StoreBuilderRef { in cert_store() method
1804 pub fn cert_store(&self) -> &X509StoreRef { in cert_store() method