Searched refs:SSL_CTX_load_verify_locations (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | setup-vms.h | 274 #define SSL_CTX_load_verify_locations SSL_CTX_LOAD_VERIFY_LOCATIONS macro
|
/external/boringssl/src/tool/ |
D | client.cc | 453 if (!SSL_CTX_load_verify_locations( in Client()
|
/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 | 235 if(1 != SSL_CTX_load_verify_locations(conssl->ctx, in cyassl_connect_step1()
|
D | openssl.c | 2050 if(!SSL_CTX_load_verify_locations(connssl->ctx, ssl_cafile, ssl_capath)) { in ossl_connect_step1()
|
/external/boringssl/src/ssl/ |
D | ssl_x509.cc | 337 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2139 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert() 2175 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 | 2299 OPENSSL_EXPORT int SSL_CTX_load_verify_locations(SSL_CTX *ctx,
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2935 r = SSL_CTX_load_verify_locations( in load_verify_locations()
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 1111 <https://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html>`_.
|