Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dssl_srv.c1074 size_t ciph_offset, comp_offset, ext_offset; local
1451 ciph_offset = cookie_offset + 1 + cookie_len;
1455 ciph_offset = 35 + sess_len;
1457 ciph_len = ( buf[ciph_offset + 0] << 8 )
1458 | ( buf[ciph_offset + 1] );
1461 ciph_len + 2 + ciph_offset + 1 > msg_len || /* 1 for comp. alg. len */
1469 buf + ciph_offset + 2, ciph_len );
1474 comp_offset = ciph_offset + 2 + ciph_len;
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 )
[all …]