Searched refs:crypto_has_shash (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 579 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) in crypto_has_shash() function 583 EXPORT_SYMBOL_GPL(crypto_has_shash); variable
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 773 int crypto_has_shash(const char *alg_name, u32 type, u32 mask);
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | auth.c | 39 if (!crypto_has_shash(hmac, 0, 0)) { in nvmet_auth_set_key()
|
H A D | fabrics-cmd-auth.c | 60 crypto_has_shash(nvme_auth_hmac_name(host_hmac_id), 0, 0)) in nvmet_auth_negotiate()
|
H A D | configfs.c | 1912 if (!crypto_has_shash(nvme_auth_hmac_name(hmac_id), 0, 0)) in nvmet_host_dhchap_hash_store()
|
Completed in 7 milliseconds