Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dkpp.c100 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp() function
104 EXPORT_SYMBOL_GPL(crypto_has_kpp);
/linux-6.12.1/include/crypto/
Dkpp.h112 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask);
/linux-6.12.1/drivers/nvme/target/
Dfabrics-cmd-auth.c91 if (crypto_has_kpp(kpp, 0, 0)) in nvmet_auth_negotiate()
Dconfigfs.c2149 if (!crypto_has_kpp(kpp, 0, 0)) in nvmet_host_dhchap_dhgroup_store()