Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dkpp.h32 struct kpp_request { struct
79 int (*generate_public_key)(struct kpp_request *req);
80 int (*compute_shared_secret)(struct kpp_request *req);
137 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm()
143 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm()
176 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc()
179 struct kpp_request *req; in kpp_request_alloc()
193 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free()
209 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback()
228 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input()
[all …]
/Linux-v4.19/include/crypto/internal/
Dkpp.h21 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx()
31 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete()
/Linux-v4.19/net/bluetooth/
Decdh_helper.c63 struct kpp_request *req; in compute_ecdh_secret()
170 struct kpp_request *req; in generate_ecdh_public_key()
/Linux-v4.19/Documentation/crypto/
Dapi-kpp.rst5 :functions: kpp_request crypto_kpp kpp_alg kpp_secret
/Linux-v4.19/drivers/crypto/
Datmel-ecc.c271 struct kpp_request *req = areq; in atmel_ecdh_done()
444 static int atmel_ecdh_generate_public_key(struct kpp_request *req) in atmel_ecdh_generate_public_key()
469 static int atmel_ecdh_compute_shared_secret(struct kpp_request *req) in atmel_ecdh_compute_shared_secret()
/Linux-v4.19/crypto/
Decdh.c69 static int ecdh_compute_value(struct kpp_request *req) in ecdh_compute_value()
Ddh.c153 static int dh_compute_value(struct kpp_request *req) in dh_compute_value()
Dtestmgr.c2052 struct kpp_request *req; in do_test_kpp()
/Linux-v4.19/security/keys/
Ddh.c245 struct kpp_request *req; in __keyctl_dh_compute()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c179 struct kpp_request *dh;
188 struct kpp_request *areq = req->areq.dh; in qat_dh_cb()
257 static int qat_dh_compute_value(struct kpp_request *req) in qat_dh_compute_value()