Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dkpp.h145 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()
328 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in crypto_kpp_compute_shared_secret()
/linux/crypto/
H A Dcurve25519-generic.c26 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_value()
H A Decdh.c57 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in ecdh_compute_value()
H A Ddh.c169 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in dh_compute_value()
517 kpp_tfm_ctx(crypto_kpp_reqtfm(req)); in dh_safe_prime_prepare_dh_req()
/linux/drivers/crypto/
H A 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/arch/arm/crypto/
H A Dcurve25519-glue.c66 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in curve25519_compute_value()
/linux/arch/x86/crypto/
H A 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/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c221 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in qat_dh_compute_value()
389 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in qat_dh_generate_public_key()
404 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in qat_dh_compute_shared_secret()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c595 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_dh_compute_value()
1589 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_ecdh_compute_value()
1941 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); in hpre_curve25519_compute_value()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c120 return kpp_tfm_ctx(crypto_kpp_reqtfm(req)); in kmb_ocs_ecc_tctx()