Searched refs:session_id_length (Results 26 - 37 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c497 r.session_id_length = id_len;
508 r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH;
1862 if (a->session_id_length != b->session_id_length)
1864 return (memcmp(a->session_id, b->session_id, a->session_id_length));
2631 * If the session_id_length is 0, we are not supposed to cache it, and it
2634 if (s->session->session_id_length == 0)
H A Ds3_srvr.c1531 s->session->session_id_length = 0;
1533 sl = s->session->session_id_length;
3393 sess->session_id_length = 0; /* ID is irrelevant for the ticket */
H A Dssl.h507 unsigned int session_id_length; member in struct:ssl_session_st
H A Dt1_lib.c3478 sess->session_id_length = sesslen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c497 r.session_id_length = id_len;
508 r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH;
1862 if (a->session_id_length != b->session_id_length)
1864 return (memcmp(a->session_id, b->session_id, a->session_id_length));
2631 * If the session_id_length is 0, we are not supposed to cache it, and it
2634 if (s->session->session_id_length == 0)
H A Ds3_srvr.c1531 s->session->session_id_length = 0;
1533 sl = s->session->session_id_length;
3393 sess->session_id_length = 0; /* ID is irrelevant for the ticket */
H A Dssl.h507 unsigned int session_id_length; member in struct:ssl_session_st
H A Dt1_lib.c3478 sess->session_id_length = sesslen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c1066 s->session->session_id_length=0;
1068 sl=s->session->session_id_length;
H A Dd1_clnt.c566 i=s->session->session_id_length;
H A Dssl.h435 unsigned int session_id_length; member in struct:ssl_session_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h435 unsigned int session_id_length; member in struct:ssl_session_st

Completed in 139 milliseconds

12