hmac_sha2.h | 69 } hmac_sha256_ctx; typedef in typeref:struct:__anon21317 106 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key, 108 void hmac_sha256_reinit(hmac_sha256_ctx *ctx); 109 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, 111 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac,
|