Home
last modified time | relevance | path

Searched refs:SSL3_SESSIONID_BYTES (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslproto.h43 #define SSL3_SESSIONID_BYTES 32 macro
105 uchar_t session_id[SSL3_SESSIONID_BYTES];
H A Dksslrec.c507 if (sidlen != SSL3_SESSIONID_BYTES) { in kssl_handle_client_hello()
512 mp->b_rptr += SSL3_SESSIONID_BYTES; in kssl_handle_client_hello()
807 SSL3_SESSIONID_BYTES); in kssl_handle_client_hello()
834 ((int)(s)[2] << 8) | (int)(s)[SSL3_SESSIONID_BYTES - 1]); \
888 bcmp(csid->session_id, s, SSL3_SESSIONID_BYTES)) { in kssl_uncache_sid()
916 bcmp(csid->session_id, s, SSL3_SESSIONID_BYTES)) { in kssl_lookup_sid()
1014 buf[0] = SSL3_SESSIONID_BYTES; in kssl_send_server_hello()
1015 bcopy(ssl->sid.session_id, buf + 1, SSL3_SESSIONID_BYTES); in kssl_send_server_hello()
1016 buf += SSL3_SESSIONID_BYTES + 1; in kssl_send_server_hello()
2213 SSL3_SESSIONID_BYTES); in kssl_handle_v2client_hello()