Lines Matching refs:ctx
69 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm);
70 struct crypto_skcipher *child = ctx->child;
79 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(parent);
80 struct crypto_skcipher *child = ctx->child;
147 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm);
153 skcipher_request_set_tfm(subreq, ctx->child);
241 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm);
248 skcipher_request_set_tfm(subreq, ctx->child);
287 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm);
297 ctx->child = cipher;
313 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm);
315 crypto_free_skcipher(ctx->child);