Home | History | Annotate | Download | only in ssl

Lines Matching refs:tick_hmac

2517 	unsigned char tick_hmac[EVP_MAX_MD_SIZE];
2561 HMAC_Final(&hctx, tick_hmac, NULL);
2563 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen))