Searched refs:ccp_aes_req_ctx (Results 1 – 4 of 4) sorted by relevance
27 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()
65 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()
80 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()
113 struct ccp_aes_req_ctx { struct