hmac_sha224_key
#define HMAC_SHA224_KEY(tfm) ((struct hmac_sha224_key *)crypto_shash_ctx(tfm))
.base.cra_ctxsize = sizeof(struct hmac_sha224_key),
struct hmac_sha224_key sha224;
void hmac_sha224_preparekey(struct hmac_sha224_key *key,
const struct hmac_sha224_key *key)
void hmac_sha224(const struct hmac_sha224_key *key,
void hmac_sha224_preparekey(struct hmac_sha224_key *key,
void hmac_sha224(const struct hmac_sha224_key *key,
#define HMAC_KEY hmac_sha224_key