Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c323 *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 …]
H 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()
H 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()
H A Dssl_lib.c949 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()
H A Dssl_local.h567 size_t session_id_length; member
H A Dt1_lib.c1985 sess->session_id_length = sesslen; in tls_decrypt_ticket()
/freebsd/crypto/openssl/ssl/statem/
H 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()
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()
H A Dstatem_srvr.c2343 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()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c8915 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()