Home
last modified time | relevance | path

Searched refs:X509_VERIFY_PARAM_set1_host (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_vpm.c458 int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set1_host() function
Dx509_test.cc885 X509_VERIFY_PARAM_set1_host, X509_V_ERR_HOSTNAME_MISMATCH}, in TEST()
/external/libbrillo/brillo/streams/
Dtls_stream.cc370 X509_VERIFY_PARAM_set1_host(param, host.c_str(), host.size()); in Init()
/external/boringssl/src/include/openssl/
Dx509_vfy.h624 OPENSSL_EXPORT int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param,
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst8 X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
D3.7.0b1.rst673 The ssl module now uses OpenSSL's X509_VERIFY_PARAM_set1_host() and
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list2391 X509_VERIFY_PARAM_set1_host
DBoringSSL-GRPC.podspec3943 '#define X509_VERIFY_PARAM_set1_host GRPC_SHADOW_X509_VERIFY_PARAM_set1_host',
/external/python/cpython3/
Dconfigure.ac5616 AC_MSG_CHECKING([for X509_VERIFY_PARAM_set1_host in libssl])
5629 [X509_VERIFY_PARAM_set1_host(p, "localhost", 0);]
5643 [Define if libssl has X509_VERIFY_PARAM_set1_host and related function])
Dpyconfig.h.in1264 /* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
Dconfigure17306 X509_VERIFY_PARAM_set1_host(p, "localhost", 0);
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h2419 #define X509_VERIFY_PARAM_set1_host GRPC_SHADOW_X509_VERIFY_PARAM_set1_host macro
/external/python/cpython3/Modules/
D_ssl.c863 if (!X509_VERIFY_PARAM_set1_host(param, server_hostname, in _ssl_configure_hostname()