Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Drsa-pkcs1pad.c180 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete()
235 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt()
292 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt_complete()
361 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt()
394 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_sign()
449 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-v4.19/include/crypto/internal/
Dakcipher.h36 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() function
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-rsa.c51 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx(req); in ccp_rsa_complete()
72 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx(req); in ccp_rsa_crypt()
/Linux-v4.19/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()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c218 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc()