akcipher_request  117 crypto/akcipher.c static int akcipher_default_op(struct akcipher_request *req)
akcipher_request  465 crypto/asymmetric_keys/asym_tpm.c 	struct akcipher_request *req;
akcipher_request  754 crypto/asymmetric_keys/asym_tpm.c 	struct akcipher_request *req;
akcipher_request  167 crypto/asymmetric_keys/public_key.c 	struct akcipher_request *req;
akcipher_request  256 crypto/asymmetric_keys/public_key.c 	struct akcipher_request *req;
akcipher_request  250 crypto/crypto_engine.c 					       struct akcipher_request *req)
akcipher_request  319 crypto/crypto_engine.c 				      struct akcipher_request *req, int err)
akcipher_request   70 crypto/ecrdsa.c static int ecrdsa_verify(struct akcipher_request *req)
akcipher_request  103 crypto/rsa-pkcs1pad.c 	struct akcipher_request child_req;
akcipher_request  173 crypto/rsa-pkcs1pad.c static int pkcs1pad_encrypt_sign_complete(struct akcipher_request *req, int err)
akcipher_request  215 crypto/rsa-pkcs1pad.c 	struct akcipher_request *req = child_async_req->data;
akcipher_request  228 crypto/rsa-pkcs1pad.c static int pkcs1pad_encrypt(struct akcipher_request *req)
akcipher_request  276 crypto/rsa-pkcs1pad.c static int pkcs1pad_decrypt_complete(struct akcipher_request *req, int err)
akcipher_request  333 crypto/rsa-pkcs1pad.c 	struct akcipher_request *req = child_async_req->data;
akcipher_request  345 crypto/rsa-pkcs1pad.c static int pkcs1pad_decrypt(struct akcipher_request *req)
akcipher_request  378 crypto/rsa-pkcs1pad.c static int pkcs1pad_sign(struct akcipher_request *req)
akcipher_request  435 crypto/rsa-pkcs1pad.c static int pkcs1pad_verify_complete(struct akcipher_request *req, int err)
akcipher_request  511 crypto/rsa-pkcs1pad.c 	struct akcipher_request *req = child_async_req->data;
akcipher_request  531 crypto/rsa-pkcs1pad.c static int pkcs1pad_verify(struct akcipher_request *req)
akcipher_request   54 crypto/rsa.c   static int rsa_enc(struct akcipher_request *req)
akcipher_request   93 crypto/rsa.c   static int rsa_dec(struct akcipher_request *req)
akcipher_request 3661 crypto/testmgr.c 	struct akcipher_request *req;
akcipher_request   44 drivers/crypto/caam/caampkc.c 			 struct akcipher_request *req)
akcipher_request   57 drivers/crypto/caam/caampkc.c 			  struct akcipher_request *req)
akcipher_request   69 drivers/crypto/caam/caampkc.c 			      struct akcipher_request *req)
akcipher_request   81 drivers/crypto/caam/caampkc.c 			      struct akcipher_request *req)
akcipher_request   98 drivers/crypto/caam/caampkc.c 			      struct akcipher_request *req)
akcipher_request  119 drivers/crypto/caam/caampkc.c 	struct akcipher_request *req = context;
akcipher_request  138 drivers/crypto/caam/caampkc.c 	struct akcipher_request *req = context;
akcipher_request  157 drivers/crypto/caam/caampkc.c 	struct akcipher_request *req = context;
akcipher_request  176 drivers/crypto/caam/caampkc.c 	struct akcipher_request *req = context;
akcipher_request  243 drivers/crypto/caam/caampkc.c static struct rsa_edesc *rsa_edesc_alloc(struct akcipher_request *req,
akcipher_request  362 drivers/crypto/caam/caampkc.c static int set_rsa_pub_pdb(struct akcipher_request *req,
akcipher_request  408 drivers/crypto/caam/caampkc.c static int set_rsa_priv_f1_pdb(struct akcipher_request *req,
akcipher_request  454 drivers/crypto/caam/caampkc.c static int set_rsa_priv_f2_pdb(struct akcipher_request *req,
akcipher_request  531 drivers/crypto/caam/caampkc.c static int set_rsa_priv_f3_pdb(struct akcipher_request *req,
akcipher_request  624 drivers/crypto/caam/caampkc.c static int caam_rsa_enc(struct akcipher_request *req)
akcipher_request  667 drivers/crypto/caam/caampkc.c static int caam_rsa_dec_priv_f1(struct akcipher_request *req)
akcipher_request  700 drivers/crypto/caam/caampkc.c static int caam_rsa_dec_priv_f2(struct akcipher_request *req)
akcipher_request  733 drivers/crypto/caam/caampkc.c static int caam_rsa_dec_priv_f3(struct akcipher_request *req)
akcipher_request  766 drivers/crypto/caam/caampkc.c static int caam_rsa_dec(struct akcipher_request *req)
akcipher_request   22 drivers/crypto/ccp/ccp-crypto-rsa.c static inline struct akcipher_request *akcipher_request_cast(
akcipher_request   25 drivers/crypto/ccp/ccp-crypto-rsa.c 	return container_of(req, struct akcipher_request, base);
akcipher_request   46 drivers/crypto/ccp/ccp-crypto-rsa.c 	struct akcipher_request *req = akcipher_request_cast(async_req);
akcipher_request   64 drivers/crypto/ccp/ccp-crypto-rsa.c static int ccp_rsa_crypt(struct akcipher_request *req, bool encrypt)
akcipher_request   94 drivers/crypto/ccp/ccp-crypto-rsa.c static int ccp_rsa_encrypt(struct akcipher_request *req)
akcipher_request   99 drivers/crypto/ccp/ccp-crypto-rsa.c static int ccp_rsa_decrypt(struct akcipher_request *req)
akcipher_request  178 drivers/crypto/qat/qat_common/qat_asym_algs.c 		struct akcipher_request *rsa;
akcipher_request  556 drivers/crypto/qat/qat_common/qat_asym_algs.c 	struct akcipher_request *areq = req->areq.rsa;
akcipher_request  686 drivers/crypto/qat/qat_common/qat_asym_algs.c static int qat_rsa_enc(struct akcipher_request *req)
akcipher_request  820 drivers/crypto/qat/qat_common/qat_asym_algs.c static int qat_rsa_dec(struct akcipher_request *req)
akcipher_request   93 include/crypto/akcipher.h 	int (*sign)(struct akcipher_request *req);
akcipher_request   94 include/crypto/akcipher.h 	int (*verify)(struct akcipher_request *req);
akcipher_request   95 include/crypto/akcipher.h 	int (*encrypt)(struct akcipher_request *req);
akcipher_request   96 include/crypto/akcipher.h 	int (*decrypt)(struct akcipher_request *req);
akcipher_request  161 include/crypto/akcipher.h static inline void akcipher_request_set_tfm(struct akcipher_request *req,
akcipher_request  168 include/crypto/akcipher.h 	struct akcipher_request *req)
akcipher_request  191 include/crypto/akcipher.h static inline struct akcipher_request *akcipher_request_alloc(
akcipher_request  194 include/crypto/akcipher.h 	struct akcipher_request *req;
akcipher_request  208 include/crypto/akcipher.h static inline void akcipher_request_free(struct akcipher_request *req)
akcipher_request  224 include/crypto/akcipher.h static inline void akcipher_request_set_callback(struct akcipher_request *req,
akcipher_request  246 include/crypto/akcipher.h static inline void akcipher_request_set_crypt(struct akcipher_request *req,
akcipher_request  285 include/crypto/akcipher.h static inline int crypto_akcipher_encrypt(struct akcipher_request *req)
akcipher_request  309 include/crypto/akcipher.h static inline int crypto_akcipher_decrypt(struct akcipher_request *req)
akcipher_request  333 include/crypto/akcipher.h static inline int crypto_akcipher_sign(struct akcipher_request *req)
akcipher_request  360 include/crypto/akcipher.h static inline int crypto_akcipher_verify(struct akcipher_request *req)
akcipher_request   91 include/crypto/engine.h 					       struct akcipher_request *req);
akcipher_request  101 include/crypto/engine.h 				      struct akcipher_request *req, int err);
akcipher_request   31 include/crypto/internal/akcipher.h static inline void *akcipher_request_ctx(struct akcipher_request *req)
akcipher_request   47 include/crypto/internal/akcipher.h static inline void akcipher_request_complete(struct akcipher_request *req,