Searched refs:hmac_sha256_ctx (Results 1 – 3 of 3) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
D | hmac_sha2.h | 69 } 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,
|
D | hmac_sha2.c | 130 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/ |
D | mmc_cmds.c | 1818 hmac_sha256_ctx ctx; in do_rpmb_read_block()
|