hmac_sha512_init
hmac_sha512_init(&hmac_ctx, &drbg->key);
hmac_sha512_init(HMAC_SHA512_CTX(desc), HMAC_SHA512_KEY(desc->tfm));
hmac_sha512_init(&ctx, hkdf);
hmac_sha512_init(&ctx, key);
#define HMAC_INIT hmac_sha512_init