Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Drsa-pkcs1pad.c177 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete()
232 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt()
280 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt_complete()
349 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt()
382 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_sign()
439 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify_complete()
535 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify()
/Linux-v5.4/include/crypto/internal/
Dakcipher.h31 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() function
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-rsa.c47 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx(req); in ccp_rsa_complete()
68 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx(req); in ccp_rsa_crypt()
/Linux-v5.4/drivers/crypto/caam/
Dcaampkc.c46 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_io_unmap()
249 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc()
366 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_pub_pdb()
436 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f1_pdb()
501 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f2_pdb()
590 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f3_pdb()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c693 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_enc()
827 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_dec()