Home
last modified time | relevance | path

Searched refs:hmac_sha1_preparekey (Results 1 – 7 of 7) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha1_kunit.c16 #define HMAC_PREPAREKEY hmac_sha1_preparekey
/linux/include/crypto/
H A Dsha1.h120 void hmac_sha1_preparekey(struct hmac_sha1_key *key,
/linux/lib/crypto/
H A Dsha1.c238 void hmac_sha1_preparekey(struct hmac_sha1_key *key, in hmac_sha1_preparekey() function
244 EXPORT_SYMBOL_GPL(hmac_sha1_preparekey);
/linux/crypto/
H A Dsha1.c125 hmac_sha1_preparekey(HMAC_SHA1_KEY(tfm), raw_key, keylen); in crypto_hmac_sha1_setkey()
/linux/net/ipv6/
H A Dseg6_hmac.c242 hmac_sha1_preparekey(&hinfo->key.sha1, in seg6_hmac_info_add()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c101 hmac_sha1_preparekey(&key, auth_key, auth_keylen); in qat_alg_do_precomputes()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c294 hmac_sha1_preparekey(&k.sha1, raw_key, raw_key_len); in chcr_prepare_hmac_key()