skcipher_tfm      598 fs/ecryptfs/keystore.c 	struct crypto_skcipher *skcipher_tfm;
skcipher_tfm      643 fs/ecryptfs/keystore.c 		&s->skcipher_tfm,
skcipher_tfm      652 fs/ecryptfs/keystore.c 	s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm);
skcipher_tfm      686 fs/ecryptfs/keystore.c 	s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);
skcipher_tfm      690 fs/ecryptfs/keystore.c 		       crypto_skcipher_driver_name(s->skcipher_tfm));
skcipher_tfm      814 fs/ecryptfs/keystore.c 		s->skcipher_tfm,
skcipher_tfm      868 fs/ecryptfs/keystore.c 	struct crypto_skcipher *skcipher_tfm;
skcipher_tfm      969 fs/ecryptfs/keystore.c 	rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&s->skcipher_tfm,
skcipher_tfm     1005 fs/ecryptfs/keystore.c 	s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL);
skcipher_tfm     1009 fs/ecryptfs/keystore.c 		       crypto_skcipher_driver_name(s->skcipher_tfm));
skcipher_tfm     1030 fs/ecryptfs/keystore.c 		s->skcipher_tfm,