Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha224_kunit.c16 #define HMAC_PREPAREKEY hmac_sha224_preparekey
/linux/lib/crypto/
H A Dsha256.c361 void hmac_sha224_preparekey(struct hmac_sha224_key *key, in hmac_sha224_preparekey() function
367 EXPORT_SYMBOL_GPL(hmac_sha224_preparekey);
/linux/crypto/
H A Dsha256.c190 hmac_sha224_preparekey(HMAC_SHA224_KEY(tfm), raw_key, keylen); in crypto_hmac_sha224_setkey()
/linux/include/crypto/
H A Dsha2.h232 void hmac_sha224_preparekey(struct hmac_sha224_key *key,
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c301 hmac_sha224_preparekey(&k.sha224, raw_key, raw_key_len); in chcr_prepare_hmac_key()