Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1191 sess_id_len = sizeof(s->tmp_session_id); in tls_construct_client_hello()
1193 session_id = s->tmp_session_id; in tls_construct_client_hello()
1195 && RAND_bytes_ex(s->ctx->libctx, s->tmp_session_id, in tls_construct_client_hello()
1208 memcpy(s->tmp_session_id, s->session->session_id, sess_id_len); in tls_construct_client_hello()
1471 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello()
H A Dstatem_srvr.c1807 memcpy(s->tmp_session_id, s->clienthello->session_id, in tls_early_post_process_client_hello()
2347 session_id = s->tmp_session_id; in tls_construct_server_hello()
H A Dextensions_srvr.c841 || !WPACKET_sub_memcpy_u8(&hrrpkt, s->tmp_session_id, in tls_parse_ctos_cookie()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1515 unsigned char tmp_session_id[SSL_MAX_SSL_SESSION_ID_LENGTH]; member