hmac_sha2.h | 57 } hmac_sha224_ctx; typedef in typeref:struct:__anon21316 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,
|