Lines Matching refs:ciph_len
805 unsigned int ciph_len, sess_len, chal_len; local
900 ciph_len = ( buf[0] << 8 ) | buf[1];
905 ciph_len, sess_len, chal_len ) );
910 if( ciph_len < 3 || ( ciph_len % 3 ) != 0 )
928 if( n != 6 + ciph_len + sess_len + chal_len )
935 buf + 6, ciph_len );
937 buf + 6 + ciph_len, sess_len );
939 buf + 6 + ciph_len + sess_len, chal_len );
941 p = buf + 6 + ciph_len;
954 for( i = 0, p = buf + 6; i < ciph_len; i += 3, p += 3 )
977 for( i = 0, p = buf + 6; i < ciph_len; i += 3, p += 3 )
1004 for( j = 0, p = buf + 6; j < ciph_len; j += 3, p += 3 )
1010 for( j = 0, p = buf + 6; j < ciph_len; j += 3, p += 3 )
1075 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; local
1457 ciph_len = ( buf[ciph_offset + 0] << 8 )
1460 if( ciph_len < 2 ||
1461 ciph_len + 2 + ciph_offset + 1 > msg_len || /* 1 for comp. alg. len */
1462 ( ciph_len % 2 ) != 0 )
1469 buf + ciph_offset + 2, ciph_len );
1474 comp_offset = ciph_offset + 2 + ciph_len;
1703 for( i = 0, p = buf + 41 + sess_len; i < ciph_len; i += 2, p += 2 )
1728 for( i = 0, p = buf + ciph_offset + 2; i < ciph_len; i += 2, p += 2 )
1799 for( j = 0, p = buf + ciph_offset + 2; j < ciph_len; j += 2, p += 2 )
1805 for( j = 0, p = buf + ciph_offset + 2; j < ciph_len; j += 2, p += 2 )