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

  /external/boringssl/src/ssl/
ssl_asn1.cc 255 if (in->tlsext_hostname) {
258 !CBB_add_bytes(&child2, (const uint8_t *)in->tlsext_hostname,
259 strlen(in->tlsext_hostname))) {
656 !SSL_SESSION_parse_string(&session, &ret->tlsext_hostname,
ssl_session.cc 253 if (session->tlsext_hostname != NULL) {
254 new_session->tlsext_hostname = BUF_strdup(session->tlsext_hostname);
255 if (new_session->tlsext_hostname == NULL) {
379 OPENSSL_free(session->tlsext_hostname);
    [all...]
ssl_lib.cc 489 OPENSSL_free(ssl->tlsext_hostname);
    [all...]
t1_lib.cc 617 if (ssl->tlsext_hostname == NULL) {
627 !CBB_add_bytes(&name, (const uint8_t *)ssl->tlsext_hostname,
628 strlen(ssl->tlsext_hostname)) ||
647 assert(ssl->tlsext_hostname != NULL);
650 OPENSSL_free(hs->new_session->tlsext_hostname);
651 hs->new_session->tlsext_hostname = BUF_strdup(ssl->tlsext_hostname);
652 if (!hs->new_session->tlsext_hostname) {
    [all...]
tls13_server.cc 417 OPENSSL_free(hs->new_session->tlsext_hostname);
418 hs->new_session->tlsext_hostname = BUF_strdup(hs->hostname);
419 if (hs->new_session->tlsext_hostname == NULL) {
handshake_server.cc 878 OPENSSL_free(hs->new_session->tlsext_hostname);
879 hs->new_session->tlsext_hostname = BUF_strdup(hs->hostname);
880 if (hs->new_session->tlsext_hostname == NULL) {
    [all...]
internal.h 2021 char *tlsext_hostname; member in struct:ssl_st
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4034 char *tlsext_hostname; member in struct:ssl_session_st
    [all...]

Completed in 97 milliseconds