Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dakcipher.h31 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() function
43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma()
/linux/crypto/
H A Drsa-pkcs1pad.c201 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete()
253 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt()
301 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt_complete()
368 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt()
401 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_sign()
458 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify_complete()
555 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify()
/linux/drivers/crypto/caam/
H A Dcaampkc.c52 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_io_unmap()
126 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_pub_done()
160 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_priv_f_done()
255 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc()
380 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_do_one_req()
408 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_pub_pdb()
479 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f1_pdb()
544 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f2_pdb()
633 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f3_pdb()
676 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_enqueue_req()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c290 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); in virtio_crypto_rsa_do_req()
330 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); in virtio_crypto_rsa_req()
/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c288 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_enc()
320 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_dec()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c532 tmp = akcipher_request_ctx(akreq); in hpre_msg_request_set()
800 void *tmp = akcipher_request_ctx(req); in hpre_rsa_enc()
848 void *tmp = akcipher_request_ctx(req); in hpre_rsa_dec()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c705 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_enc()
839 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_dec()