Home
last modified time | relevance | path

Searched refs:hmac_sha256_preparekey (Results 1 – 10 of 10) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha256_kunit.c17 #define HMAC_PREPAREKEY hmac_sha256_preparekey
/linux/lib/crypto/
H A Dsha256.c369 void hmac_sha256_preparekey(struct hmac_sha256_key *key, in hmac_sha256_preparekey() function
375 EXPORT_SYMBOL_GPL(hmac_sha256_preparekey);
/linux/net/ipv6/
H A Dseg6_hmac.c246 hmac_sha256_preparekey(&hinfo->key.sha256, in seg6_hmac_info_add()
/linux/net/sctp/
H A Dendpointola.c43 hmac_sha256_preparekey(key, raw_key, sizeof(raw_key)); in gen_cookie_auth_key()
/linux/crypto/
H A Dsha256.c257 hmac_sha256_preparekey(HMAC_SHA256_KEY(tfm), raw_key, keylen); in crypto_hmac_sha256_setkey()
/linux/include/crypto/
H A Dsha2.h436 void hmac_sha256_preparekey(struct hmac_sha256_key *key,
/linux/net/ceph/
H A Dcrypto.c87 hmac_sha256_preparekey(&key->hmac_key, key->key, key->len); in ceph_crypto_key_prepare()
H A Dmessenger_v2.c725 hmac_sha256_preparekey(&con->v2.hmac_key, session_key, session_key_len); in setup_crypto()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c115 hmac_sha256_preparekey(&key, auth_key, auth_keylen); in qat_alg_do_precomputes()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c308 hmac_sha256_preparekey(&k.sha256, raw_key, raw_key_len); in chcr_prepare_hmac_key()