Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/crypto/
H A Drsa-pkcs1pad.c178 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete()
230 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt()
278 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt_complete()
345 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt()
378 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_sign()
435 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify_complete()
532 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c312 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_enc()
344 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_dec()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c529 tmp = akcipher_request_ctx(akreq); in hpre_msg_request_set()
797 void *tmp = akcipher_request_ctx(req); in hpre_rsa_enc()
845 void *tmp = akcipher_request_ctx(req); in hpre_rsa_dec()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c652 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_enc()
786 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_dec()