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

  /external/boringssl/src/ssl/
ssl_lib.cc 775 OPENSSL_free(ssl->tlsext_hostname);
    [all...]
t1_lib.cc 575 if (ssl->tlsext_hostname == NULL) {
585 !CBB_add_bytes(&name, (const uint8_t *)ssl->tlsext_hostname,
586 strlen(ssl->tlsext_hostname)) ||
    [all...]
internal.h 2597 char *tlsext_hostname; member in struct:bssl::SSLConnection
    [all...]

Completed in 63 milliseconds