Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dkpp.h140 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm() function
313 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in crypto_kpp_generate_public_key()
336 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in crypto_kpp_compute_shared_secret()
/linux-6.1.9/crypto/
Dcurve25519-generic.c26 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_value()
Decdh.c52 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in ecdh_compute_value()
Ddh.c168 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in dh_compute_value()
514 kpp_tfm_ctx(crypto_kpp_reqtfm(req)); in dh_safe_prime_prepare_dh_req()
/linux-6.1.9/drivers/crypto/
Datmel-ecc.c139 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in atmel_ecdh_generate_public_key()
167 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in atmel_ecdh_compute_shared_secret()
/linux-6.1.9/arch/arm/crypto/
Dcurve25519-glue.c66 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_value()
/linux-6.1.9/arch/x86/crypto/
Dcurve25519-x86_64.c1632 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_generate_public_key()
1654 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_shared_secret()
/linux-6.1.9/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c582 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_dh_compute_value()
1565 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_ecdh_compute_value()
1911 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_curve25519_compute_value()
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c125 return kpp_tfm_ctx(crypto_kpp_reqtfm(req)); in kmb_ocs_ecc_tctx()
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c220 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in qat_dh_compute_value()