Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dt1_lib.c1650 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; in tls_decrypt_ticket() local
1694 HMAC_Final(&hctx, tick_hmac, NULL); in tls_decrypt_ticket()
1696 if (memcmp(tick_hmac, etick + eticklen, mlen)) in tls_decrypt_ticket()