Lines Matching refs:rctx

249 	struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req);  in cryptd_skcipher_prepare()  local
250 struct skcipher_request *subreq = &rctx->req; in cryptd_skcipher_prepare()
275 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() local
278 struct skcipher_request *subreq = &rctx->req; in cryptd_skcipher_complete()
321 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue() local
323 struct skcipher_request *subreq = &rctx->req; in cryptd_skcipher_enqueue()
492 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local
497 rctx->complete = req->base.complete; in cryptd_hash_enqueue()
498 rctx->data = req->base.data; in cryptd_hash_enqueue()
508 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_prepare() local
510 req->base.complete = rctx->complete; in cryptd_hash_prepare()
511 req->base.data = rctx->data; in cryptd_hash_prepare()
516 return &rctx->desc; in cryptd_hash_prepare()
640 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_export() local
642 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
748 struct cryptd_aead_request_ctx *rctx; in cryptd_aead_crypt() local
754 rctx = aead_request_ctx(req); in cryptd_aead_crypt()
755 subreq = &rctx->req; in cryptd_aead_crypt()
817 struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req); in cryptd_aead_enqueue() local
820 struct aead_request *subreq = &rctx->req; in cryptd_aead_enqueue()
1042 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_shash_desc() local
1043 return &rctx->desc; in cryptd_shash_desc()