cts_tfm 57 arch/arm/crypto/aes-neonbs-glue.c struct crypto_cipher *cts_tfm; cts_tfm 296 arch/arm/crypto/aes-neonbs-glue.c err = crypto_cipher_setkey(ctx->cts_tfm, in_key, key_len); cts_tfm 310 arch/arm/crypto/aes-neonbs-glue.c ctx->cts_tfm = crypto_alloc_cipher("aes", 0, 0); cts_tfm 311 arch/arm/crypto/aes-neonbs-glue.c if (IS_ERR(ctx->cts_tfm)) cts_tfm 312 arch/arm/crypto/aes-neonbs-glue.c return PTR_ERR(ctx->cts_tfm); cts_tfm 316 arch/arm/crypto/aes-neonbs-glue.c crypto_free_cipher(ctx->cts_tfm); cts_tfm 326 arch/arm/crypto/aes-neonbs-glue.c crypto_free_cipher(ctx->cts_tfm); cts_tfm 390 arch/arm/crypto/aes-neonbs-glue.c crypto_cipher_encrypt_one(ctx->cts_tfm, buf, buf); cts_tfm 392 arch/arm/crypto/aes-neonbs-glue.c crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf);