Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.h109 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message,
Dhmac_sha2.c185 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, in hmac_sha256_update() function
210 hmac_sha256_update(&ctx, message, message_len); in hmac_sha256()
/external/mmc-utils/
Dmmc_cmds.c1824 hmac_sha256_update(&ctx, frame_out->data, in do_rpmb_read_block()