Home
last modified time | relevance | path

Searched refs:crypto_kpp_reqtfm (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
Dkpp.h138 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm() function
311 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in crypto_kpp_generate_public_key()
334 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in crypto_kpp_compute_shared_secret()
/kernel/linux/linux-5.10/crypto/
Dcurve25519-generic.c26 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_value()
Decdh.c69 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in ecdh_compute_value()
Ddh.c152 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in dh_compute_value()
/kernel/linux/linux-5.10/drivers/crypto/
Datmel-ecc.c152 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in atmel_ecdh_generate_public_key()
180 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in atmel_ecdh_compute_shared_secret()
/kernel/linux/linux-5.10/arch/arm/crypto/
Dcurve25519-glue.c66 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_value()
/kernel/linux/linux-5.10/arch/x86/crypto/
Dcurve25519-x86_64.c1421 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_generate_public_key()
1443 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_shared_secret()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c516 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_dh_compute_value()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c214 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in qat_dh_compute_value()