Searched refs:sm3_hmac_update (Results 1 – 3 of 3) sorted by relevance
32 void sm3_hmac_update(struct sm3_context *ctx, const uint8_t *input,
45 sm3_hmac_update(&to_hmac_ctx(ctx)->sm3_ctx, data, len); in op_sm3_hmac_update()
292 void sm3_hmac_update(struct sm3_context *ctx, const uint8_t *input, size_t ilen) in sm3_hmac_update() function316 sm3_hmac_update(&ctx, input, ilen); in sm3_hmac()