Home
last modified time | relevance | path

Searched refs:crypto_has_kpp (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/crypto/
Dkpp.c107 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp() function
111 EXPORT_SYMBOL_GPL(crypto_has_kpp);
/linux-6.1.9/include/crypto/
Dkpp.h107 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask);
/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd-auth.c91 if (crypto_has_kpp(kpp, 0, 0)) in nvmet_auth_negotiate()
Dconfigfs.c1818 if (!crypto_has_kpp(kpp, 0, 0)) in nvmet_host_dhchap_dhgroup_store()