Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.c1149 if (!s->hit && s->should_ack_sni && s->session->tlsext_hostname != NULL) { in ssl_add_serverhello_tlsext()
1368 s->should_ack_sni = 0; in ssl_scan_clienthello_tlsext()
1502 s->should_ack_sni = 1; in ssl_scan_clienthello_tlsext()
1950 s->should_ack_sni = 0; in ssl_check_clienthello_tlsext()
/external/boringssl/src/include/openssl/
Dssl.h1425 char should_ack_sni; member