Searched refs:tick_hmac (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
H A Dt1_lib.c1366 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; local
1460 || HMAC_Final(hctx, tick_hmac, NULL) <= 0) {
1465 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {

Completed in 103 milliseconds