Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
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()
/linux-6.3-rc2/include/crypto/internal/
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-6.3-rc2/drivers/crypto/caam/
A Dcaampkc.c48 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_io_unmap()
122 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_pub_done()
156 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_priv_f_done()
249 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc()
374 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_do_one_req()
402 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_pub_pdb()
473 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f1_pdb()
538 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f2_pdb()
627 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f3_pdb()
670 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_enqueue_req()
/linux-6.3-rc2/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c289 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); in virtio_crypto_rsa_do_req()
329 struct virtio_crypto_akcipher_request *vc_akcipher_req = akcipher_request_ctx(req); in virtio_crypto_rsa_req()
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/
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()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c654 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_enc()
788 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_dec()

Completed in 17 milliseconds