Searched refs:ccp_aes_req_ctx (Results 1 – 4 of 4) sorted by relevance
28 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_complete()71 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_crypt()128 crypto_skcipher_set_reqsize(tfm, sizeof(struct ccp_aes_req_ctx)); in ccp_aes_init_tfm()137 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_complete()163 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_crypt()200 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
Completed in 713 milliseconds