Searched refs:kpp_request (Results 1 – 9 of 9) sorted by relevance
31 struct kpp_request { struct80 int (*generate_public_key)(struct kpp_request *req);81 int (*compute_shared_secret)(struct kpp_request *req);139 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm()145 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm()180 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc()183 struct kpp_request *req; in kpp_request_alloc()197 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free()213 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback()232 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input()[all …]
48 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx()53 static inline void *kpp_request_ctx_dma(struct kpp_request *req) in kpp_request_ctx_dma()86 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete()
48 struct kpp_request *req; in compute_ecdh_secret()148 struct kpp_request *req; in generate_ecdh_public_key()
137 struct kpp_request *dh;161 struct kpp_request *areq = req->areq.dh; in qat_dh_cb()219 static int qat_dh_compute_value(struct kpp_request *req) in qat_dh_compute_value()386 static int qat_dh_generate_public_key(struct kpp_request *req) in qat_dh_generate_public_key()388 struct kpp_request *nreq = kpp_request_ctx(req); in qat_dh_generate_public_key()401 static int qat_dh_compute_shared_secret(struct kpp_request *req) in qat_dh_compute_shared_secret()403 struct kpp_request *nreq = kpp_request_ctx(req); in qat_dh_compute_shared_secret()544 sizeof(struct kpp_request) + crypto_kpp_reqsize(ctx->ftfm)); in qat_dh_init_tfm()
135 struct kpp_request *dh;136 struct kpp_request *ecdh;430 struct kpp_request *areq; in hpre_dh_cb()530 struct kpp_request *kreq = req; in hpre_msg_request_set()586 static int hpre_dh_compute_value(struct kpp_request *req) in hpre_dh_compute_value()1461 struct kpp_request *areq; in hpre_ecdh_cb()1487 struct kpp_request *req) in hpre_ecdh_msg_request_set()1575 static int hpre_ecdh_compute_value(struct kpp_request *req) in hpre_ecdh_compute_value()
391 struct kpp_request *req; in nvme_auth_gen_pubkey()417 struct kpp_request *req; in nvme_auth_gen_shared_secret()
135 struct kpp_request *req; in __keyctl_dh_compute()
493 struct kpp_request *req; in tpm_buf_append_salt()
3583 struct kpp_request *req; in do_test_kpp()