Lines Matching defs:child
29 struct crypto_cipher *child;
61 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen)))
64 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs);
65 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2);
66 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks);
68 return crypto_cipher_setkey(ctx->child, key1, bs);
92 struct crypto_cipher *tfm = tctx->child;
138 struct crypto_cipher *tfm = tctx->child;
178 ctx->child = cipher;
186 crypto_free_cipher(ctx->child);