Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_srvr.c735 size_t rawlen, hmaclen, hrrlen, ciphlen; in tls_parse_ctos_cookie() local
752 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 9 milliseconds