HomeSort by relevance Sort by last modified time
    Searched refs:TLSEXT_NAMETYPE_host_name (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/tool/
transport_common.cc 270 const char *host_name = SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name);
  /external/boringssl/src/ssl/
ssl_lib.cc     [all...]
t1_lib.cc 583 !CBB_add_u8(&server_name_list, TLSEXT_NAMETYPE_host_name) ||
625 if (name_type != TLSEXT_NAMETYPE_host_name ||
    [all...]
ssl_test.cc     [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 558 name_type != TLSEXT_NAMETYPE_host_name ||
1014 const char *server_name = SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/python/cpython2/Modules/
_ssl.c     [all...]
  /external/python/cpython3/Modules/
_ssl.c     [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 441 milliseconds