Lines Matching refs:skcipher_tfm
598 struct crypto_skcipher *skcipher_tfm; member
643 &s->skcipher_tfm, in ecryptfs_write_tag_70_packet()
652 s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm); in ecryptfs_write_tag_70_packet()
686 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet()
690 crypto_skcipher_driver_name(s->skcipher_tfm)); in ecryptfs_write_tag_70_packet()
814 s->skcipher_tfm, in ecryptfs_write_tag_70_packet()
868 struct crypto_skcipher *skcipher_tfm; member
969 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&s->skcipher_tfm, in ecryptfs_parse_tag_70_packet()
1005 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet()
1009 crypto_skcipher_driver_name(s->skcipher_tfm)); in ecryptfs_parse_tag_70_packet()
1030 s->skcipher_tfm, in ecryptfs_parse_tag_70_packet()