hmac_sha2.h | 81 } hmac_sha384_ctx; typedef in typeref:struct:__anon21318 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,
|