Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dshash.c524 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) in crypto_has_shash() function
528 EXPORT_SYMBOL_GPL(crypto_has_shash);
/Linux-v6.1/include/crypto/
Dhash.h721 int crypto_has_shash(const char *alg_name, u32 type, u32 mask);
/Linux-v6.1/drivers/nvme/target/
Dauth.c39 if (!crypto_has_shash(hmac, 0, 0)) { in nvmet_auth_set_key()
Dfabrics-cmd-auth.c60 crypto_has_shash(nvme_auth_hmac_name(host_hmac_id), 0, 0)) in nvmet_auth_negotiate()
Dconfigfs.c1789 if (!crypto_has_shash(nvme_auth_hmac_name(hmac_id), 0, 0)) in nvmet_host_dhchap_hash_store()