Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dkpp.c126 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp() function
130 EXPORT_SYMBOL_GPL(crypto_has_kpp);
/openbmc/linux/include/crypto/
H A Dkpp.h131 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask);
/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c91 if (crypto_has_kpp(kpp, 0, 0)) in nvmet_auth_negotiate()
H A Dconfigfs.c1961 if (!crypto_has_kpp(kpp, 0, 0)) in nvmet_host_dhchap_dhgroup_store()