hmac_sha224_init
hmac_sha224_init(HMAC_SHA224_CTX(desc), HMAC_SHA224_KEY(desc->tfm));
hmac_sha224_init(&ctx, key);
#define HMAC_INIT hmac_sha224_init