Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.h57 } hmac_sha224_ctx; typedef
95 void hmac_sha224_init(hmac_sha224_ctx *ctx, const unsigned char *key,
97 void hmac_sha224_reinit(hmac_sha224_ctx *ctx);
98 void hmac_sha224_update(hmac_sha224_ctx *ctx, const unsigned char *message,
100 void hmac_sha224_final(hmac_sha224_ctx *ctx, unsigned char *mac,
Dhmac_sha2.c44 void hmac_sha224_init(hmac_sha224_ctx *ctx, const unsigned char *key, in hmac_sha224_init()
91 void hmac_sha224_reinit(hmac_sha224_ctx *ctx) in hmac_sha224_reinit()
99 void hmac_sha224_update(hmac_sha224_ctx *ctx, const unsigned char *message, in hmac_sha224_update()
105 void hmac_sha224_final(hmac_sha224_ctx *ctx, unsigned char *mac, in hmac_sha224_final()
121 hmac_sha224_ctx ctx; in hmac_sha224()