Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dt1_lib.c1915 || ssl_hmac_final(hctx, tick_hmac, NULL, sizeof(tick_hmac)) <= 0) { in tls_decrypt_ticket()
3458 int ssl_hmac_final(SSL_HMAC *ctx, unsigned char *md, size_t *len, in ssl_hmac_final() function
Dssl_local.h809 int ssl_hmac_final(SSL_HMAC *ctx, unsigned char *md, size_t *len,
/third_party/openssl/ssl/statem/
Dstatem_srvr.c3843 || !ssl_hmac_final(hctx, macdata1, &hlen, EVP_MAX_MD_SIZE) in construct_stateless_ticket()