Searched refs:akcipher_request_ctx (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/crypto/internal/
H A Dakcipher.h31 static inline void *akcipher_request_ctx(struct akcipher_request *req) function
43 return PTR_ALIGN(akcipher_request_ctx(req), align);
/linux-master/drivers/crypto/caam/
H A Dcaampkc.c52 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
126 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
160 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
255 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
380 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
408 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
479 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
544 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
633 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req);
676 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(re
[all...]
/linux-master/crypto/
H A Drsa-pkcs1pad.c201 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
253 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
301 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
368 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
401 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
458 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
555 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c286 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req);
318 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req);
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c290 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req);
330 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c532 tmp = akcipher_request_ctx(akreq);
800 void *tmp = akcipher_request_ctx(req);
848 void *tmp = akcipher_request_ctx(req);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c652 PTR_ALIGN(akcipher_request_ctx(req), 64);
786 PTR_ALIGN(akcipher_request_ctx(req), 64);

Completed in 127 milliseconds