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

/linux-master/crypto/
H A Dshash.c248 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) function
252 EXPORT_SYMBOL_GPL(crypto_has_shash); variable
/linux-master/include/crypto/
H A Dhash.h684 int crypto_has_shash(const char *alg_name, u32 type, u32 mask);
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd-auth.c60 crypto_has_shash(nvme_auth_hmac_name(host_hmac_id), 0, 0))
H A Dauth.c39 if (!crypto_has_shash(hmac, 0, 0)) {
H A Dconfigfs.c2099 if (!crypto_has_shash(nvme_auth_hmac_name(hmac_id), 0, 0))

Completed in 303 milliseconds