Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha384_kunit.c16 #define HMAC_PREPAREKEY hmac_sha384_preparekey
/linux/lib/crypto/
H A Dsha512.c286 void hmac_sha384_preparekey(struct hmac_sha384_key *key, in hmac_sha384_preparekey() function
292 EXPORT_SYMBOL_GPL(hmac_sha384_preparekey);
/linux/crypto/
H A Dsha512.c196 hmac_sha384_preparekey(HMAC_SHA384_KEY(tfm), raw_key, keylen); in crypto_hmac_sha384_setkey()
/linux/include/crypto/
H A Dsha2.h645 void hmac_sha384_preparekey(struct hmac_sha384_key *key,
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c315 hmac_sha384_preparekey(&k.sha384, raw_key, raw_key_len); in chcr_prepare_hmac_key()