Searched refs:SSL_CTX_load_verify_locations (Results 1 – 9 of 9) sorted by relevance
/external/tlsdate/src/ |
D | tlsdate-helper-plan9.c | 1006 if (1 != SSL_CTX_load_verify_locations(ctx, ca_cert_container, NULL)) in run_ssl() 1010 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container)) in run_ssl() 1014 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container)) in run_ssl()
|
D | tlsdate-helper.c | 1150 if (1 != SSL_CTX_load_verify_locations(ctx, ca_cert_container, NULL)) in run_ssl() 1154 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container)) in run_ssl() 1158 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container)) in run_ssl()
|
/external/curl/lib/ |
D | setup-vms.h | 270 #define SSL_CTX_load_verify_locations SSL_CTX_LOAD_VERIFY_LOCATIONS macro
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 358 res = SSL_CTX_load_verify_locations(ctx_.get(), nullptr, kCACertificatePath); in Init()
|
/external/curl/lib/vtls/ |
D | cyassl.c | 194 if(1 != SSL_CTX_load_verify_locations(conssl->ctx, in cyassl_connect_step1()
|
D | openssl.c | 1966 if(!SSL_CTX_load_verify_locations(connssl->ctx, in ossl_connect_step1()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2112 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert() 2148 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, NULL) != 1) in tls_global_ca_cert()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2007 OPENSSL_EXPORT int SSL_CTX_load_verify_locations(SSL_CTX *ctx,
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 1979 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations() function
|