Searched refs:hmac_sha256_update (Results 1 – 3 of 3) sorted by relevance
109 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message,
185 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, in hmac_sha256_update() function210 hmac_sha256_update(&ctx, message, message_len); in hmac_sha256()
1824 hmac_sha256_update(&ctx, frame_out->data, in do_rpmb_read_block()