Searched refs:ssl_hmac_final (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/ssl/ |
D | t1_lib.c | 1915 || 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
|
D | ssl_local.h | 809 int ssl_hmac_final(SSL_HMAC *ctx, unsigned char *md, size_t *len,
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 3843 || !ssl_hmac_final(hctx, macdata1, &hlen, EVP_MAX_MD_SIZE) in construct_stateless_ticket()
|