Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.h69 } hmac_sha256_ctx; typedef
106 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key,
108 void hmac_sha256_reinit(hmac_sha256_ctx *ctx);
109 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message,
111 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac,
Dhmac_sha2.c130 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key, in hmac_sha256_init()
177 void hmac_sha256_reinit(hmac_sha256_ctx *ctx) in hmac_sha256_reinit()
185 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, in hmac_sha256_update()
191 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac, in hmac_sha256_final()
207 hmac_sha256_ctx ctx; in hmac_sha256()
/external/mmc-utils/
Dmmc_cmds.c1818 hmac_sha256_ctx ctx; in do_rpmb_read_block()