Lines Matching refs:child
33 struct crypto_cipher *child; member
83 struct crypto_cipher *child = ctx->child; in setkey() local
87 crypto_cipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in setkey()
88 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
90 err = crypto_cipher_setkey(child, key, keylen - bsize); in setkey()
93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
146 .tfm = crypto_cipher_tfm(ctx->child), in crypt()
203 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()
214 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
314 ctx->child = cipher; in init_tfm()
323 crypto_free_cipher(ctx->child); in exit_tfm()