Searched refs:crypto_alloc_kpp (Results 1 - 9 of 9) sorted by relevance

/linux-master/crypto/
H A Dkpp.c111 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) function
115 EXPORT_SYMBOL_GPL(crypto_alloc_kpp); variable
H A Dtestmgr.c4051 tfm = crypto_alloc_kpp(driver, type, mask);
/linux-master/security/keys/
H A Ddh.c210 tfm = crypto_alloc_kpp("dh", 0, 0);
/linux-master/include/crypto/
H A Dkpp.h118 * crypto_alloc_kpp() - allocate KPP tfm handle
129 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask);
182 * @tfm: KPP tfm handle allocated with crypto_alloc_kpp()
194 * @tfm: KPP tfm handle allocated with crypto_alloc_kpp()
393 * @tfm: KPP tfm handle allocated with crypto_alloc_kpp()
/linux-master/drivers/crypto/
H A Datmel-ecc.c260 fallback = crypto_alloc_kpp(alg, 0, CRYPTO_ALG_NEED_FALLBACK);
/linux-master/net/bluetooth/
H A Dselftest.c208 tfm = crypto_alloc_kpp("ecdh-nist-p256", 0, 0);
H A Dsmp.c1406 smp->tfm_ecdh = crypto_alloc_kpp("ecdh-nist-p256", 0, 0);
3314 tfm_ecdh = crypto_alloc_kpp("ecdh-nist-p256", 0, 0);
3839 tfm_ecdh = crypto_alloc_kpp("ecdh-nist-p256", 0, 0);
/linux-master/drivers/nvme/target/
H A Dauth.c87 ctrl->dh_tfm = crypto_alloc_kpp(dhgroup_kpp, 0, 0);
/linux-master/drivers/nvme/host/
H A Dauth.c250 chap->dh_tfm = crypto_alloc_kpp(kpp_name, 0, 0);

Completed in 276 milliseconds