Searched refs:MAX_COOKIE_SIZE (Results 1 – 1 of 1) sorted by relevance
24 #define MAX_COOKIE_SIZE (2 + 2 + 2 + 2 + 2 + 1 + 8 + 2 + EVP_MAX_MD_SIZE + 1 \ macro36 + MAX_COOKIE_SIZE)1802 || !WPACKET_reserve_bytes(pkt, MAX_COOKIE_SIZE, &cookie) in tls_construct_stoc_cookie()1855 if (!ossl_assert(totcookielen <= MAX_COOKIE_SIZE - SHA256_DIGEST_LENGTH)) { in tls_construct_stoc_cookie()1879 if (!ossl_assert(totcookielen + hmaclen <= MAX_COOKIE_SIZE)) { in tls_construct_stoc_cookie()
Completed in 8 milliseconds