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