Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dmd.h493 int mbedtls_md_hmac_reset(mbedtls_md_context_t *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs5.c310 if ((ret = mbedtls_md_hmac_reset(ctx)) != 0) { in pkcs5_pbkdf2_hmac()
327 if ((ret = mbedtls_md_hmac_reset(ctx)) != 0) { in pkcs5_pbkdf2_hmac()
H A Dhmac_drbg.c55 if ((ret = mbedtls_md_hmac_reset(&ctx->md_ctx)) != 0) { in mbedtls_hmac_drbg_update()
349 if ((ret = mbedtls_md_hmac_reset(&ctx->md_ctx)) != 0) { in mbedtls_hmac_drbg_random_with_add()
H A Dssl_cookie.c172 if (mbedtls_md_hmac_reset(hmac_ctx) != 0 || in ssl_cookie_hmac()
H A Dmd.c1058 int mbedtls_md_hmac_reset(mbedtls_md_context_t *ctx) in mbedtls_md_hmac_reset() function
H A Dssl_msg.c267 MD_CHK(mbedtls_md_hmac_reset(ctx)); in mbedtls_ct_hmac()
1090 ret = mbedtls_md_hmac_reset(&transform->md_ctx_enc); in mbedtls_ssl_encrypt_buf()
1435 ret = mbedtls_md_hmac_reset(&transform->md_ctx_enc); in mbedtls_ssl_encrypt_buf()
1785 ret = mbedtls_md_hmac_reset(&transform->md_ctx_dec); in mbedtls_ssl_decrypt_buf()
H A Dssl_tls.c6906 ret = mbedtls_md_hmac_reset(&md_ctx); in tls_prf_generic()
6919 ret = mbedtls_md_hmac_reset(&md_ctx); in tls_prf_generic()