Home
last modified time | relevance | path

Searched refs:ccp_aes_req_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-aes.c26 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_complete()
69 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_crypt()
126 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_init_tfm()
135 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_rfc3686_complete()
161 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_rfc3686_crypt()
198 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_rfc3686_init_tfm()
Dccp-crypto-aes-xts.c65 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_xts_complete()
109 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_xts_crypt()
213 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx) + in ccp_aes_xts_init_tfm()
Dccp-crypto-aes-galois.c80 struct ccp_aes_req_ctx *rctx = aead_request_ctx(req); in ccp_aes_gcm_crypt()
156 crypto_aead_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_gcm_cra_init()
Dccp-crypto.h113 struct ccp_aes_req_ctx { struct