Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp6882 ScopedUtfChars hostnameChars(env, hostname); in NativeCrypto_SSL_set_tlsext_host_name() local
6883 if (hostnameChars.c_str() == nullptr) { in NativeCrypto_SSL_set_tlsext_host_name()
6887 ssl, hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()
6889 int ret = SSL_set_tlsext_host_name(ssl, hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()