hmac_sha2.h | 93 } hmac_sha512_ctx; typedef in typeref:struct:__anon21319 128 void hmac_sha512_init(hmac_sha512_ctx *ctx, const unsigned char *key, 130 void hmac_sha512_reinit(hmac_sha512_ctx *ctx); 131 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message, 133 void hmac_sha512_final(hmac_sha512_ctx *ctx, unsigned char *mac,
|