Home
last modified time | relevance | path

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

/hypervisor/lib/crypto/mbedtls/
A Dhkdf.c133 ret = mbedtls_md_hmac_update(&ctx, t, t_len); in mbedtls_hkdf_expand()
137 ret = mbedtls_md_hmac_update(&ctx, tmp_info, tmp_info_len); in mbedtls_hkdf_expand()
143 ret = mbedtls_md_hmac_update(&ctx, &c, 1); in mbedtls_hkdf_expand()
A Dmd.h176 int32_t mbedtls_md_hmac_update(mbedtls_md_context_t *ctx, const uint8_t *input, size_t ilen);
A Dmd.c130 int32_t mbedtls_md_hmac_update(mbedtls_md_context_t *ctx, const uint8_t *input, size_t ilen) in mbedtls_md_hmac_update() function
200 ret = mbedtls_md_hmac_update(&ctx, input, ilen); in mbedtls_md_hmac()

Completed in 4 milliseconds