Symbol: kpp_request
crypto/crypto_engine.c
269
struct kpp_request *req)
crypto/crypto_engine.c
337
struct kpp_request *req, int err)
crypto/dh.c
167
static int dh_compute_value(struct kpp_request *req)
crypto/dh.c
322
kpp_set_reqsize(tfm, sizeof(struct kpp_request) +
crypto/dh.c
509
struct kpp_request *req = data;
crypto/dh.c
514
static struct kpp_request *dh_safe_prime_prepare_dh_req(struct kpp_request *req)
crypto/dh.c
518
struct kpp_request *dh_req = kpp_request_ctx(req);
crypto/dh.c
530
static int dh_safe_prime_generate_public_key(struct kpp_request *req)
crypto/dh.c
532
struct kpp_request *dh_req = dh_safe_prime_prepare_dh_req(req);
crypto/dh.c
537
static int dh_safe_prime_compute_shared_secret(struct kpp_request *req)
crypto/dh.c
539
struct kpp_request *dh_req = dh_safe_prime_prepare_dh_req(req);
crypto/ecdh.c
55
static int ecdh_compute_value(struct kpp_request *req)
crypto/testmgr.c
3583
struct kpp_request *req;
drivers/char/tpm/tpm2-sessions.c
493
struct kpp_request *req;
drivers/crypto/atmel-ecc.c
137
static int atmel_ecdh_generate_public_key(struct kpp_request *req)
drivers/crypto/atmel-ecc.c
165
static int atmel_ecdh_compute_shared_secret(struct kpp_request *req)
drivers/crypto/atmel-ecc.c
51
struct kpp_request *req = areq;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
135
struct kpp_request *dh;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
136
struct kpp_request *ecdh;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1429
struct kpp_request *areq;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1455
struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1539
static int hpre_ecdh_compute_value(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1583
static int hpre_ecdh_generate_public_key(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1599
static int hpre_ecdh_compute_shared_secret(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
330
struct kpp_request *areq;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
425
struct kpp_request *kreq = req;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
476
static int hpre_dh_compute_value(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
517
static struct kpp_request *hpre_dh_prepare_fb_req(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
519
struct kpp_request *fb_req = kpp_request_ctx(req);
drivers/crypto/hisilicon/hpre/hpre_crypto.c
531
static int hpre_dh_generate_public_key(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
535
struct kpp_request *fb_req;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
545
static int hpre_dh_compute_shared_secret(struct kpp_request *req)
drivers/crypto/hisilicon/hpre/hpre_crypto.c
549
struct kpp_request *fb_req;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
699
sizeof(struct kpp_request) + crypto_kpp_reqsize(ctx->dh.soft_tfm));
drivers/crypto/intel/keembay/keembay-ocs-ecc.c
118
static inline struct ocs_ecc_ctx *kmb_ocs_ecc_tctx(struct kpp_request *req)
drivers/crypto/intel/keembay/keembay-ocs-ecc.c
576
struct kpp_request *req)
drivers/crypto/intel/keembay/keembay-ocs-ecc.c
659
struct kpp_request *req)
drivers/crypto/intel/keembay/keembay-ocs-ecc.c
708
struct kpp_request *req = container_of(areq, struct kpp_request, base);
drivers/crypto/intel/keembay/keembay-ocs-ecc.c
723
static int kmb_ocs_ecdh_generate_public_key(struct kpp_request *req)
drivers/crypto/intel/keembay/keembay-ocs-ecc.c
748
static int kmb_ocs_ecdh_compute_shared_secret(struct kpp_request *req)
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
137
struct kpp_request *dh;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
161
struct kpp_request *areq = req->areq.dh;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
219
static int qat_dh_compute_value(struct kpp_request *req)
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
386
static int qat_dh_generate_public_key(struct kpp_request *req)
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
388
struct kpp_request *nreq = kpp_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
401
static int qat_dh_compute_shared_secret(struct kpp_request *req)
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
403
struct kpp_request *nreq = kpp_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
544
sizeof(struct kpp_request) + crypto_kpp_reqsize(ctx->ftfm));
drivers/nvme/common/auth.c
391
struct kpp_request *req;
drivers/nvme/common/auth.c
417
struct kpp_request *req;
include/crypto/engine.h
61
struct kpp_request *req);
include/crypto/engine.h
71
struct kpp_request *req, int err);
include/crypto/internal/kpp.h
48
static inline void *kpp_request_ctx(struct kpp_request *req)
include/crypto/internal/kpp.h
53
static inline void *kpp_request_ctx_dma(struct kpp_request *req)
include/crypto/internal/kpp.h
86
static inline void kpp_request_complete(struct kpp_request *req, int err)
include/crypto/kpp.h
139
static inline void kpp_request_set_tfm(struct kpp_request *req,
include/crypto/kpp.h
145
static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req)
include/crypto/kpp.h
180
static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm,
include/crypto/kpp.h
183
struct kpp_request *req;
include/crypto/kpp.h
197
static inline void kpp_request_free(struct kpp_request *req)
include/crypto/kpp.h
213
static inline void kpp_request_set_callback(struct kpp_request *req,
include/crypto/kpp.h
232
static inline void kpp_request_set_input(struct kpp_request *req,
include/crypto/kpp.h
249
static inline void kpp_request_set_output(struct kpp_request *req,
include/crypto/kpp.h
309
static inline int crypto_kpp_generate_public_key(struct kpp_request *req)
include/crypto/kpp.h
326
static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req)
include/crypto/kpp.h
80
int (*generate_public_key)(struct kpp_request *req);
include/crypto/kpp.h
81
int (*compute_shared_secret)(struct kpp_request *req);
net/bluetooth/ecdh_helper.c
148
struct kpp_request *req;
net/bluetooth/ecdh_helper.c
48
struct kpp_request *req;
security/keys/dh.c
135
struct kpp_request *req;