Searched refs:session_id_length (Results 1 – 9 of 9) sorted by relevance
323 *len = (unsigned int)s->session_id_length; in SSL_SESSION_get_id()388 ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in ssl_generate_session_id()411 ss->session_id_length = 0; in ssl_generate_session_id()431 memset(ss->session_id, 0, ss->session_id_length); in ssl_generate_session_id()432 tmp = (int)ss->session_id_length; in ssl_generate_session_id()443 if (tmp == 0 || tmp > ss->session_id_length) { in ssl_generate_session_id()449 ss->session_id_length = tmp; in ssl_generate_session_id()452 (unsigned int)ss->session_id_length)) { in ssl_generate_session_id()487 ss->session_id_length = 0; in ssl_get_new_session()495 ss->session_id_length = 0; in ssl_get_new_session()[all …]
65 for (i = 0; i < x->session_id_length; i++) { in SSL_SESSION_print()173 if (x->session_id_length == 0 || x->master_key_length == 0) in SSL_SESSION_print_keylog()186 for (i = 0; i < x->session_id_length; i++) { in SSL_SESSION_print_keylog()
161 in->session_id, in->session_id_length); in i2d_SSL_SESSION()294 if (!ssl_session_memcpy(ret->session_id, &ret->session_id_length, in d2i_SSL_SESSION()
949 r.session_id_length = id_len; in SSL_has_matching_session_id()3200 if (a->session_id_length < sizeof(tmp_storage)) { in ssl_session_hash()3202 memcpy(tmp_storage, a->session_id, a->session_id_length); in ssl_session_hash()3225 if (a->session_id_length != b->session_id_length) in ssl_session_cmp()3227 return memcmp(a->session_id, b->session_id, a->session_id_length); in ssl_session_cmp()3759 if (s->session->session_id_length == 0 || s->session->not_resumable) in ssl_update_cache()
567 size_t session_id_length; member
1985 sess->session_id_length = sesslen; in tls_decrypt_ticket()
1204 assert(s->session->session_id_length <= sizeof(s->session->session_id)); in tls_construct_client_hello()1205 sess_id_len = s->session->session_id_length; in tls_construct_client_hello()1555 && session_id_len == s->session->session_id_length in tls_process_server_hello()1577 if (s->session->session_id_length > 0) { in tls_process_server_hello()1593 s->session->session_id_length = session_id_len; in tls_process_server_hello()2492 if (SSL_IS_TLS13(s) || s->session->session_id_length > 0) { in tls_process_new_session_ticket()2588 s->session->session_id_length = sess_len; in tls_process_new_session_ticket()
2343 s->session->session_id_length = 0; in tls_construct_server_hello()2349 sl = s->session->session_id_length; in tls_construct_server_hello()3873 s->session->session_id_length) in construct_stateful_ticket()
8915 early->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout()8917 middle->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout()8919 late->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout()