Symbol: akcipher_request_ctx
crypto/rsa-pkcs1pad.c
131
struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
crypto/rsa-pkcs1pad.c
179
struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
crypto/rsa-pkcs1pad.c
246
struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
crypto/rsa-pkcs1pad.c
79
struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
126
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
160
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
255
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
380
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
408
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
479
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
52
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
544
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
633
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/caam/caampkc.c
676
struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
drivers/crypto/hisilicon/hpre/hpre_crypto.c
418
tmp = akcipher_request_ctx(akreq);
drivers/crypto/hisilicon/hpre/hpre_crypto.c
753
void *tmp = akcipher_request_ctx(req);
drivers/crypto/hisilicon/hpre/hpre_crypto.c
799
void *tmp = akcipher_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
705
PTR_ALIGN(akcipher_request_ctx(req), 64);
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
839
PTR_ALIGN(akcipher_request_ctx(req), 64);
drivers/crypto/starfive/jh7110-rsa.c
292
struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req);
drivers/crypto/starfive/jh7110-rsa.c
323
struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req);
drivers/crypto/virtio/virtio_crypto_akcipher_algs.c
273
struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req);
drivers/crypto/virtio/virtio_crypto_akcipher_algs.c
314
struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req);
include/crypto/internal/akcipher.h
43
return PTR_ALIGN(akcipher_request_ctx(req), align);