Lines Matching defs:rctx
58 struct rctx { struct
59 be128 buf[LRW_BUFFER_SIZE / sizeof(be128)];
61 be128 t;
63 be128 *ext;
65 struct scatterlist srcbuf[2];
66 struct scatterlist dstbuf[2];
67 struct scatterlist *src;
68 struct scatterlist *dst;
70 unsigned int left;
72 struct skcipher_request subreq;
156 struct rctx *rctx = skcipher_request_ctx(req); in post_crypt() local
208 struct rctx *rctx = skcipher_request_ctx(req); in pre_crypt() local
285 struct rctx *rctx = skcipher_request_ctx(req); in init_crypt() local
320 struct rctx *rctx = skcipher_request_ctx(req); in exit_crypt() local
330 struct rctx *rctx = skcipher_request_ctx(req); in do_encrypt() local
352 struct rctx *rctx; in encrypt_done() local
380 struct rctx *rctx = skcipher_request_ctx(req); in do_decrypt() local
402 struct rctx *rctx; in decrypt_done() local