Searched refs:hmac_sha256_ctx (Results 1 - 3 of 3) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
H A D | hmac_sha2.h | 69 } hmac_sha256_ctx; typedef in typeref:struct:__anon14800 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,
|
H A D | hmac_sha2.c | 130 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key, 177 void hmac_sha256_reinit(hmac_sha256_ctx *ctx) 185 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, 191 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac, 207 hmac_sha256_ctx ctx;
|
/external/mmc-utils/ |
H A D | mmc_cmds.c | 1818 hmac_sha256_ctx ctx;
|
Completed in 106 milliseconds