Searched refs:SSL_CTX_set_cert_store (Results 1 – 13 of 13) sorted by relevance
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 829 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 781 SSL_CTX_set_cert_store(vh->tls.ssl_client_ctx, in lws_tls_client_create_vhost_context()
|
/external/boringssl/src/ssl/ |
D | ssl_x509.cc | 722 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) { in SSL_CTX_set_cert_store() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 722 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) { in SSL_CTX_set_cert_store() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1583 SSL_CTX_set_cert_store(ssl, new_cert_store); in tls_connection_init() 2677 SSL_CTX_set_cert_store(ssl_ctx, store); in tls_connection_ca_cert() 3697 SSL_CTX_set_cert_store(ssl_ctx, store); in tls_connection_engine_ca_cert()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 407 SSL_CTX_set_cert_store
|
D | BoringSSL-GRPC.podspec | 1959 '#define SSL_CTX_set_cert_store GRPC_SHADOW_SSL_CTX_set_cert_store',
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1683 SSL_CTX_set_cert_store(ssl_context, options->root_store->store); in tsi_create_ssl_client_handshaker_factory_with_options()
|
D | grpc_shadow_boringssl.h | 435 #define SSL_CTX_set_cert_store GRPC_SHADOW_SSL_CTX_set_cert_store macro
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1950 SSL_CTX_set_cert_store(ssl_context, options->root_store->store); in tsi_create_ssl_client_handshaker_factory_with_options()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 2451 OPENSSL_EXPORT void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2463 OPENSSL_EXPORT void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 154 #define SSL_CTX_set_cert_store BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_set_cert_store) macro
|