Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslrec.c467 int ch_msglen = KSSL_SSL3_CH_MIN_MSGLEN; in kssl_handle_client_hello() local
475 if (msglen < ch_msglen) { in kssl_handle_client_hello()
477 int, msglen, int, ch_msglen); in kssl_handle_client_hello()
501 ch_msglen += sidlen; in kssl_handle_client_hello()
502 if (msglen < ch_msglen) { in kssl_handle_client_hello()
504 int, msglen, int, ch_msglen); in kssl_handle_client_hello()
518 ch_msglen += cslen; in kssl_handle_client_hello()
526 if (msglen < ch_msglen) { in kssl_handle_client_hello()
528 int, msglen, int, ch_msglen); in kssl_handle_client_hello()
642 ch_msglen += cmlen - 1; /* -1 accounts for the null method */ in kssl_handle_client_hello()
[all …]