Searched defs:hmac_sha256_ctx (Results 1 - 1 of 1) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
H A Dhmac_sha2.h69 } hmac_sha256_ctx; typedef in typeref:struct:__anon14370
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,

Completed in 84 milliseconds