Home
last modified time | relevance | path

Searched refs:tmp_session_id_len (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/statem/
Dstatem_clnt.c1201 s->tmp_session_id_len = sess_id_len; in tls_construct_client_hello()
1217 s->tmp_session_id_len = sess_id_len; in tls_construct_client_hello()
1499 if (session_id_len != s->tmp_session_id_len in tls_process_server_hello()
Dstatem_srvr.c1850 s->tmp_session_id_len = s->clienthello->session_id_len; in tls_early_post_process_client_hello()
2412 sl = s->tmp_session_id_len; in tls_construct_server_hello()
Dextensions_srvr.c893 s->tmp_session_id_len) in tls_parse_ctos_cookie()
/third_party/openssl/ssl/
Dssl_local.h1200 size_t tmp_session_id_len; member