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

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

Completed in 117 milliseconds