Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm3.h32 void sm3_hmac_update(struct sm3_context *ctx, const uint8_t *input,
H A Dsm3-hmac.c45 sm3_hmac_update(&to_hmac_ctx(ctx)->sm3_ctx, data, len); in op_sm3_hmac_update()
H A Dsm3.c292 void sm3_hmac_update(struct sm3_context *ctx, const uint8_t *input, size_t ilen) in sm3_hmac_update() function
316 sm3_hmac_update(&ctx, input, ilen); in sm3_hmac()