Searched refs:totcookielen (Results 1 – 1 of 1) sorted by relevance
1782 size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen; in tls_construct_stoc_cookie() local1847 || !WPACKET_get_total_written(pkt, &totcookielen) in tls_construct_stoc_cookie()1854 totcookielen -= startlen; in tls_construct_stoc_cookie()1855 if (!ossl_assert(totcookielen <= MAX_COOKIE_SIZE - SHA256_DIGEST_LENGTH)) { in tls_construct_stoc_cookie()1874 totcookielen) <= 0) { in tls_construct_stoc_cookie()1879 if (!ossl_assert(totcookielen + hmaclen <= MAX_COOKIE_SIZE)) { in tls_construct_stoc_cookie()1886 || !ossl_assert(cookie == hmac - totcookielen) in tls_construct_stoc_cookie()
Completed in 10 milliseconds