Home
last modified time | relevance | path

Searched refs:skcipher_tfm (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ecryptfs/
Dkeystore.c612 struct crypto_skcipher *skcipher_tfm; member
657 &s->skcipher_tfm, in ecryptfs_write_tag_70_packet()
666 s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm); in ecryptfs_write_tag_70_packet()
700 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_write_tag_70_packet()
704 crypto_skcipher_driver_name(s->skcipher_tfm)); in ecryptfs_write_tag_70_packet()
829 s->skcipher_tfm, in ecryptfs_write_tag_70_packet()
883 struct crypto_skcipher *skcipher_tfm; member
984 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&s->skcipher_tfm, in ecryptfs_parse_tag_70_packet()
1020 s->skcipher_req = skcipher_request_alloc(s->skcipher_tfm, GFP_KERNEL); in ecryptfs_parse_tag_70_packet()
1024 crypto_skcipher_driver_name(s->skcipher_tfm)); in ecryptfs_parse_tag_70_packet()
[all …]