hmac_sha384_init
hmac_sha384_init(HMAC_SHA384_CTX(desc), HMAC_SHA384_KEY(desc->tfm));
hmac_sha384_init(&ctx, key);
#define HMAC_INIT hmac_sha384_init