Searched refs:rawlen (Results 1 – 1 of 1) sorted by relevance
735 size_t rawlen, hmaclen, hrrlen, ciphlen; in tls_parse_ctos_cookie() local752 rawlen = PACKET_remaining(&raw); in tls_parse_ctos_cookie()753 if (rawlen < SHA256_DIGEST_LENGTH in tls_parse_ctos_cookie()754 || !PACKET_forward(&raw, rawlen - SHA256_DIGEST_LENGTH)) { in tls_parse_ctos_cookie()777 rawlen - SHA256_DIGEST_LENGTH) <= 0 in tls_parse_ctos_cookie()905 || !WPACKET_sub_memcpy_u16(&hrrpkt, data, rawlen) in tls_parse_ctos_cookie()
Completed in 8 milliseconds