Home
last modified time | relevance | path

Searched refs:hmac_sha224_key (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/
H A Dsha2.h209 struct hmac_sha224_key { struct
232 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,
/linux/lib/crypto/tests/
H A Dsha224_kunit.c14 #define HMAC_KEY hmac_sha224_key
/linux/crypto/
H A Dsha256.c184 #define HMAC_SHA224_KEY(tfm) ((struct hmac_sha224_key *)crypto_shash_ctx(tfm))
360 .base.cra_ctxsize = sizeof(struct hmac_sha224_key),
/linux/lib/crypto/
H A Dsha256.c361 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()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c286 struct hmac_sha224_key sha224; in chcr_prepare_hmac_key()