Searched refs:session_id_length (Results 1 – 8 of 8) sorted by relevance
232 *len = (unsigned int)s->session_id_length; in SSL_SESSION_get_id()297 ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in ssl_generate_session_id()321 ss->session_id_length = 0; in ssl_generate_session_id()335 memset(ss->session_id, 0, ss->session_id_length); in ssl_generate_session_id()336 tmp = (int)ss->session_id_length; in ssl_generate_session_id()347 if (tmp == 0 || tmp > ss->session_id_length) { in ssl_generate_session_id()353 ss->session_id_length = tmp; in ssl_generate_session_id()356 (unsigned int)ss->session_id_length)) { in ssl_generate_session_id()392 ss->session_id_length = 0; in ssl_get_new_session()400 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()174 if (x->session_id_length == 0 || x->master_key_length == 0) in SSL_SESSION_print_keylog()187 for (i = 0; i < x->session_id_length; i++) { in SSL_SESSION_print_keylog()
157 in->session_id, in->session_id_length); in i2d_SSL_SESSION()288 if (!ssl_session_memcpy(ret->session_id, &ret->session_id_length, in d2i_SSL_SESSION()
938 r.session_id_length = id_len; in SSL_has_matching_session_id()2994 if (a->session_id_length < sizeof(tmp_storage)) { in ssl_session_hash()2996 memcpy(tmp_storage, a->session_id, a->session_id_length); in ssl_session_hash()3019 if (a->session_id_length != b->session_id_length) in ssl_session_cmp()3021 return memcmp(a->session_id, b->session_id, a->session_id_length); in ssl_session_cmp()3520 if (s->session->session_id_length == 0) in ssl_update_cache()
519 size_t session_id_length; member
1507 sess->session_id_length = sesslen; in tls_decrypt_ticket()
1214 assert(s->session->session_id_length <= sizeof(s->session->session_id)); in tls_construct_client_hello()1215 sess_id_len = s->session->session_id_length; in tls_construct_client_hello()1593 && session_id_len == s->session->session_id_length in tls_process_server_hello()1616 if (s->session->session_id_length > 0) { in tls_process_server_hello()1632 s->session->session_id_length = session_id_len; in tls_process_server_hello()2618 if (SSL_IS_TLS13(s) || s->session->session_id_length > 0) { in tls_process_new_session_ticket()2716 s->session->session_id_length = sess_len; in tls_process_new_session_ticket()
2409 s->session->session_id_length = 0; in tls_construct_server_hello()2415 sl = s->session->session_id_length; in tls_construct_server_hello()4049 s->session->session_id_length) in construct_stateful_ticket()