Searched refs:SSL_CTX_load_verify_locations (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1817 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert() 1851 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, NULL) != 1) in tls_global_ca_cert()
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 1204 if (! SSL_CTX_load_verify_locations(ctx, file, NULL)) { in openssl_init() 1210 if (! SSL_CTX_load_verify_locations(ctx, NULL, file)) { in openssl_init()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2106 OPENSSL_EXPORT int SSL_CTX_load_verify_locations(SSL_CTX *ctx,
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2325 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() function
|