Lines Matching refs:child
24 struct crypto_blkcipher *child; member
31 struct crypto_blkcipher *child = ctx->child; in crypto_fpu_setkey() local
34 crypto_blkcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in crypto_fpu_setkey()
35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()
37 err = crypto_blkcipher_setkey(child, key, keylen); in crypto_fpu_setkey()
38 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_fpu_setkey()
49 struct crypto_blkcipher *child = ctx->child; in crypto_fpu_encrypt() local
51 .tfm = child, in crypto_fpu_encrypt()
68 struct crypto_blkcipher *child = ctx->child; in crypto_fpu_decrypt() local
70 .tfm = child, in crypto_fpu_decrypt()
92 ctx->child = cipher; in crypto_fpu_init_tfm()
99 crypto_free_blkcipher(ctx->child); in crypto_fpu_exit_tfm()