Home
last modified time | relevance | path

Searched refs:ccp_aes_req_ctx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A 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()
129 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_init_tfm()
138 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_rfc3686_complete()
164 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_rfc3686_crypt()
201 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_rfc3686_init_tfm()
H A 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()
H A 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()
H A Dccp-crypto.h112 struct ccp_aes_req_ctx { struct
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-aes.c27 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_complete()
70 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_crypt()
127 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_init_tfm()
136 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_complete()
162 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_crypt()
199 crypto_skcipher_set_reqsize_dma(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_rfc3686_init_tfm()
H A Dccp-crypto-aes-xts.c65 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_xts_complete()
109 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_xts_crypt()
214 sizeof(struct ccp_aes_req_ctx) + in ccp_aes_xts_init_tfm()
H A Dccp-crypto-aes-galois.c80 struct ccp_aes_req_ctx *rctx = aead_request_ctx_dma(req); in ccp_aes_gcm_crypt()
156 crypto_aead_set_reqsize_dma(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_gcm_cra_init()
H A Dccp-crypto.h113 struct ccp_aes_req_ctx { struct

Completed in 6 milliseconds