Searched refs:tick_hmac (Results 1 – 1 of 1) sorted by relevance
2379 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; in tls_decrypt_ticket() local2505 || ssl_hmac_final(hctx, tick_hmac, NULL, sizeof(tick_hmac)) <= 0) { in tls_decrypt_ticket()2510 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) { in tls_decrypt_ticket()
Completed in 19 milliseconds