Searched defs:ch_msglen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c467 int ch_msglen = KSSL_SSL3_CH_MIN_MSGLEN; local
475 if (msglen < ch_msglen) {
477 int, msglen, int, ch_msglen);
501 ch_msglen += sidlen;
502 if (msglen < ch_msglen) {
504 int, msglen, int, ch_msglen);
518 ch_msglen += cslen;
526 if (msglen < ch_msglen) {
528 int, msglen, int, ch_msglen);
642 ch_msglen
[all...]

Completed in 46 milliseconds