Lines Matching refs:skcipher_tfm
599 struct crypto_skcipher *skcipher_tfm; member
644 &s->skcipher_tfm, in ecryptfs_write_tag_70_packet()
653 s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm); in ecryptfs_write_tag_70_packet()
687 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet()
691 crypto_skcipher_driver_name(s->skcipher_tfm)); in ecryptfs_write_tag_70_packet()
815 s->skcipher_tfm, in ecryptfs_write_tag_70_packet()
869 struct crypto_skcipher *skcipher_tfm; member
970 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&s->skcipher_tfm, in ecryptfs_parse_tag_70_packet()
1006 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet()
1010 crypto_skcipher_driver_name(s->skcipher_tfm)); in ecryptfs_parse_tag_70_packet()
1031 s->skcipher_tfm, in ecryptfs_parse_tag_70_packet()