Home
last modified time | relevance | path

Searched refs:hmac_sha384_ctx (Results 1 – 2 of 2) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.h81 } hmac_sha384_ctx; typedef
117 void hmac_sha384_init(hmac_sha384_ctx *ctx, const unsigned char *key,
119 void hmac_sha384_reinit(hmac_sha384_ctx *ctx);
120 void hmac_sha384_update(hmac_sha384_ctx *ctx, const unsigned char *message,
122 void hmac_sha384_final(hmac_sha384_ctx *ctx, unsigned char *mac,
Dhmac_sha2.c216 void hmac_sha384_init(hmac_sha384_ctx *ctx, const unsigned char *key, in hmac_sha384_init()
263 void hmac_sha384_reinit(hmac_sha384_ctx *ctx) in hmac_sha384_reinit()
271 void hmac_sha384_update(hmac_sha384_ctx *ctx, const unsigned char *message, in hmac_sha384_update()
277 void hmac_sha384_final(hmac_sha384_ctx *ctx, unsigned char *mac, in hmac_sha384_final()
293 hmac_sha384_ctx ctx; in hmac_sha384()