Home
last modified time | relevance | path

Searched refs:kpp_request (Results 1 – 17 of 17) sorted by relevance

/linux/include/crypto/
A Dkpp.h27 struct kpp_request { struct
74 int (*generate_public_key)(struct kpp_request *req);
75 int (*compute_shared_secret)(struct kpp_request *req);
132 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm()
138 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm()
176 struct kpp_request *req; in kpp_request_alloc()
190 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free()
206 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback()
225 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input()
242 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output()
[all …]
A Dengine.h101 struct kpp_request *req);
111 struct kpp_request *req, int err);
/linux/include/crypto/internal/
A Dkpp.h16 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx()
26 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-ecc.c123 static inline struct ocs_ecc_ctx *kmb_ocs_ecc_tctx(struct kpp_request *req) in kmb_ocs_ecc_tctx()
581 struct kpp_request *req) in kmb_ecc_do_shared_secret()
664 struct kpp_request *req) in kmb_ecc_do_public_key()
713 struct kpp_request *req = container_of(areq, struct kpp_request, base); in kmb_ocs_ecc_do_one_request()
728 static int kmb_ocs_ecdh_generate_public_key(struct kpp_request *req) in kmb_ocs_ecdh_generate_public_key()
753 static int kmb_ocs_ecdh_compute_shared_secret(struct kpp_request *req) in kmb_ocs_ecdh_compute_shared_secret()
/linux/drivers/crypto/
A Datmel-ecc.c51 struct kpp_request *req = areq; in atmel_ecdh_done()
137 static int atmel_ecdh_generate_public_key(struct kpp_request *req) in atmel_ecdh_generate_public_key()
165 static int atmel_ecdh_compute_shared_secret(struct kpp_request *req) in atmel_ecdh_compute_shared_secret()
/linux/net/bluetooth/
A Decdh_helper.c63 struct kpp_request *req; in compute_ecdh_secret()
168 struct kpp_request *req; in generate_ecdh_public_key()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c134 struct kpp_request *dh;
135 struct kpp_request *ecdh;
136 struct kpp_request *curve25519;
420 struct kpp_request *areq; in hpre_dh_cb()
520 struct kpp_request *kreq = req; in hpre_msg_request_set()
574 static int hpre_dh_compute_value(struct kpp_request *req) in hpre_dh_compute_value()
1448 struct kpp_request *areq; in hpre_ecdh_cb()
1472 struct kpp_request *req) in hpre_ecdh_msg_request_set()
1560 static int hpre_ecdh_compute_value(struct kpp_request *req) in hpre_ecdh_compute_value()
1757 struct kpp_request *areq; in hpre_curve25519_cb()
[all …]
/linux/crypto/
A Dcurve25519-generic.c24 static int curve25519_compute_value(struct kpp_request *req) in curve25519_compute_value()
A Dcrypto_engine.c337 struct kpp_request *req) in crypto_transfer_kpp_request_to_engine()
405 struct kpp_request *req, int err) in crypto_finalize_kpp_request()
A Ddh.c150 static int dh_compute_value(struct kpp_request *req) in dh_compute_value()
A Decdh.c50 static int ecdh_compute_value(struct kpp_request *req) in ecdh_compute_value()
A Dtestmgr.c3734 struct kpp_request *req; in do_test_kpp()
/linux/Documentation/crypto/
A Dapi-kpp.rst5 :functions: kpp_request crypto_kpp kpp_alg kpp_secret
/linux/arch/arm/crypto/
A Dcurve25519-glue.c64 static int curve25519_compute_value(struct kpp_request *req) in curve25519_compute_value()
/linux/arch/x86/crypto/
A Dcurve25519-x86_64.c1419 static int curve25519_generate_public_key(struct kpp_request *req) in curve25519_generate_public_key()
1441 static int curve25519_compute_shared_secret(struct kpp_request *req) in curve25519_compute_shared_secret()
/linux/security/keys/
A Ddh.c240 struct kpp_request *req; in __keyctl_dh_compute()
/linux/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c134 struct kpp_request *dh;
143 struct kpp_request *areq = req->areq.dh; in qat_dh_cb()
207 static int qat_dh_compute_value(struct kpp_request *req) in qat_dh_compute_value()

Completed in 90 milliseconds