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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c3396 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; local
3439 || HMAC_Final(&hctx, tick_hmac, NULL) <= 0) {
3443 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c3396 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; local
3439 || HMAC_Final(&hctx, tick_hmac, NULL) <= 0) {
3443 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {

Completed in 42 milliseconds