Searched refs:update_func (Results 1 – 2 of 2) sorted by relevance
| /hypervisor/lib/crypto/mbedtls/ |
| A D | md.c | 94 ret = ctx->md_info->update_func((void *) ctx->md_ctx, temp_key, keylen); in mbedtls_md_hmac_starts() 120 ret = ctx->md_info->update_func((void *) ctx->md_ctx, ipad, in mbedtls_md_hmac_starts() 137 ret = ctx->md_info->update_func((void *) ctx->md_ctx, input, ilen); in mbedtls_md_hmac_update() 163 ret = ctx->md_info->update_func((void *) ctx->md_ctx, opad, in mbedtls_md_hmac_finish() 166 ret = ctx->md_info->update_func((void *) ctx->md_ctx, tmp, in mbedtls_md_hmac_finish()
|
| A D | md_internal.h | 56 int32_t (*update_func)( void *ctx, const uint8_t *input, size_t ilen ); member
|
Completed in 13 milliseconds