Searched refs:hmac_sha224_key (Results 1 – 5 of 5) sorted by relevance
209 struct hmac_sha224_key { struct232 void hmac_sha224_preparekey(struct hmac_sha224_key *key,245 const struct hmac_sha224_key *key) in hmac_sha224_init()304 void hmac_sha224(const struct hmac_sha224_key *key,
14 #define HMAC_KEY hmac_sha224_key
184 #define HMAC_SHA224_KEY(tfm) ((struct hmac_sha224_key *)crypto_shash_ctx(tfm))360 .base.cra_ctxsize = sizeof(struct hmac_sha224_key),
361 void hmac_sha224_preparekey(struct hmac_sha224_key *key, in hmac_sha224_preparekey()436 void hmac_sha224(const struct hmac_sha224_key *key, in hmac_sha224()
286 struct hmac_sha224_key sha224; in chcr_prepare_hmac_key()