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

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

Completed in 393 milliseconds