Home
last modified time | relevance | path

Searched refs:SSL_CTX_load_verify_locations (Results 1 – 9 of 9) sorted by relevance

/external/tlsdate/src/
Dtlsdate-helper-plan9.c1006 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()
Dtlsdate-helper.c1150 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/
Dsetup-vms.h270 #define SSL_CTX_load_verify_locations SSL_CTX_LOAD_VERIFY_LOCATIONS macro
/external/libbrillo/brillo/streams/
Dtls_stream.cc358 res = SSL_CTX_load_verify_locations(ctx_.get(), nullptr, kCACertificatePath); in Init()
/external/curl/lib/vtls/
Dcyassl.c194 if(1 != SSL_CTX_load_verify_locations(conssl->ctx, in cyassl_connect_step1()
Dopenssl.c1966 if(!SSL_CTX_load_verify_locations(connssl->ctx, in ossl_connect_step1()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2112 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/
Dssl.h2007 OPENSSL_EXPORT int SSL_CTX_load_verify_locations(SSL_CTX *ctx,
/external/boringssl/src/ssl/
Dssl_lib.c1979 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations() function