Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dt1_lib.c2517 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; in tls_decrypt_ticket() local
2561 HMAC_Final(&hctx, tick_hmac, NULL); in tls_decrypt_ticket()
2563 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) in tls_decrypt_ticket()
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_lib.c2350 unsigned char tick_hmac[EVP_MAX_MD_SIZE]; in tls_decrypt_ticket() local
2394 HMAC_Final(&hctx, tick_hmac, NULL); in tls_decrypt_ticket()
2396 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) in tls_decrypt_ticket()