Home
last modified time | relevance | path

Searched refs:session_id_length (Results 1 – 9 of 9) sorted by relevance

/openssl-master/ssl/
A Dssl_sess.c287 *len = (unsigned int)s->session_id_length; in SSL_SESSION_get_id()
375 ss->session_id_length = 0; in ssl_generate_session_id()
395 memset(ss->session_id, 0, ss->session_id_length); in ssl_generate_session_id()
396 tmp = (int)ss->session_id_length; in ssl_generate_session_id()
407 if (tmp == 0 || tmp > ss->session_id_length) { in ssl_generate_session_id()
413 ss->session_id_length = tmp; in ssl_generate_session_id()
451 ss->session_id_length = 0; in ssl_get_new_session()
459 ss->session_id_length = 0; in ssl_get_new_session()
494 data.session_id_length = sess_id_len; in lookup_sess_in_cache()
790 if ((c != NULL) && (c->session_id_length != 0)) { in remove_session_lock()
[all …]
A Dssl_txt.c65 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()
A Dssl_asn1.c161 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()
A Dssl_lib.c934 r.session_id_length = id_len; in SSL_has_matching_session_id()
3133 if (a->session_id_length < sizeof(tmp_storage)) { in ssl_session_hash()
3135 memcpy(tmp_storage, a->session_id, a->session_id_length); in ssl_session_hash()
3158 if (a->session_id_length != b->session_id_length) in ssl_session_cmp()
3160 return memcmp(a->session_id, b->session_id, a->session_id_length); in ssl_session_cmp()
3680 if (s->session->session_id_length == 0) in ssl_update_cache()
A Dssl_local.h567 size_t session_id_length; member
A Dt1_lib.c1952 sess->session_id_length = sesslen; in tls_decrypt_ticket()
/openssl-master/ssl/statem/
A Dstatem_clnt.c1204 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()
1549 && session_id_len == s->session->session_id_length in tls_process_server_hello()
1571 if (s->session->session_id_length > 0) { in tls_process_server_hello()
1587 s->session->session_id_length = session_id_len; in tls_process_server_hello()
2484 if (SSL_IS_TLS13(s) || s->session->session_id_length > 0) { in tls_process_new_session_ticket()
2580 s->session->session_id_length = sess_len; in tls_process_new_session_ticket()
A Dstatem_srvr.c2344 s->session->session_id_length = 0; in tls_construct_server_hello()
2350 sl = s->session->session_id_length; in tls_construct_server_hello()
3849 s->session->session_id_length) in construct_stateful_ticket()
/openssl-master/test/
A Dsslapitest.c8482 early->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout()
8484 middle->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout()
8486 late->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; in test_session_timeout()

Completed in 56 milliseconds