Lines Matching defs:child
56 struct crypto_skcipher *child;
70 struct crypto_skcipher *child = ctx->child;
72 return PTR_ALIGN((u8 *)(rctx + 1) + crypto_skcipher_reqsize(child),
80 struct crypto_skcipher *child = ctx->child;
82 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
83 crypto_skcipher_set_flags(child, crypto_skcipher_get_flags(parent) &
85 return crypto_skcipher_setkey(child, key, keylen);
153 skcipher_request_set_tfm(subreq, ctx->child);
248 skcipher_request_set_tfm(subreq, ctx->child);
297 ctx->child = cipher;
315 crypto_free_skcipher(ctx->child);