tweak_tfm          58 arch/arm/crypto/aes-neonbs-glue.c 	struct crypto_cipher	*tweak_tfm;
tweak_tfm         299 arch/arm/crypto/aes-neonbs-glue.c 	err = crypto_cipher_setkey(ctx->tweak_tfm, in_key + key_len, key_len);
tweak_tfm         314 arch/arm/crypto/aes-neonbs-glue.c 	ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0);
tweak_tfm         315 arch/arm/crypto/aes-neonbs-glue.c 	if (IS_ERR(ctx->tweak_tfm))
tweak_tfm         318 arch/arm/crypto/aes-neonbs-glue.c 	return PTR_ERR_OR_ZERO(ctx->tweak_tfm);
tweak_tfm         325 arch/arm/crypto/aes-neonbs-glue.c 	crypto_free_cipher(ctx->tweak_tfm);
tweak_tfm         358 arch/arm/crypto/aes-neonbs-glue.c 	crypto_cipher_encrypt_one(ctx->tweak_tfm, walk.iv, walk.iv);