Lines Matching defs:child
18 struct crypto_skcipher *child;
172 struct crypto_skcipher *child = ctx->child;
183 crypto_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
184 crypto_skcipher_set_flags(child, crypto_skcipher_get_flags(parent) &
186 return crypto_skcipher_setkey(child, key, keylen);
193 struct crypto_skcipher *child = ctx->child;
208 skcipher_request_set_tfm(subreq, child);
230 ctx->child = cipher;
245 crypto_free_skcipher(ctx->child);