Home
last modified time | relevance | path

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

/linux/crypto/
A Drsa-pkcs1pad.c178 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete()
233 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt()
281 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt_complete()
350 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt()
383 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_sign()
440 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify_complete()
536 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify()
/linux/drivers/crypto/caam/
A Dcaampkc.c46 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_io_unmap()
120 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_pub_done()
154 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_priv_f_done()
247 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc()
373 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_do_one_req()
398 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_pub_pdb()
469 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f1_pdb()
534 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f2_pdb()
623 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f3_pdb()
666 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_enqueue_req()
/linux/drivers/crypto/ccp/
A 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/include/crypto/internal/
A Dakcipher.h31 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() function
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c513 tmp = akcipher_request_ctx(akreq); in hpre_msg_request_set()
779 void *tmp = akcipher_request_ctx(req); in hpre_rsa_enc()
827 void *tmp = akcipher_request_ctx(req); in hpre_rsa_dec()
/linux/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c643 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_enc()
777 PTR_ALIGN(akcipher_request_ctx(req), 64); in qat_rsa_dec()

Completed in 20 milliseconds