Lines Matching refs:ch_msglen
467 int ch_msglen = KSSL_SSL3_CH_MIN_MSGLEN;
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 += cmlen - 1; /* -1 accounts for the null method */
643 if (msglen < ch_msglen) {
645 int, msglen, int, ch_msglen);
683 if (ch_msglen + 2 < msglen) {
698 ch_msglen += 2;
699 if (ch_msglen + ext_total_len > msglen) {
701 int, msglen, int, ch_msglen);
718 if (ch_msglen + 4 > msglen) {
730 ch_msglen += 4;
738 if (ch_msglen + ext_len > msglen) {
768 ch_msglen += ext_len;