Home | History | Annotate | Download | only in ssl

Lines Matching full:tick_hmac

2385 	unsigned char tick_hmac[EVP_MAX_MD_SIZE];
2429 HMAC_Final(&hctx, tick_hmac, NULL);
2431 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen))