Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7441 ScopedUtfChars hostnameChars(env, hostname); in NativeCrypto_SSL_set_tlsext_host_name() local
7442 if (hostnameChars.c_str() == nullptr) { in NativeCrypto_SSL_set_tlsext_host_name()
7446 hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()
7448 int ret = SSL_set_tlsext_host_name(ssl, hostnameChars.c_str()); in NativeCrypto_SSL_set_tlsext_host_name()