Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Dkeystore.c618 struct shash_desc *hash_desc; member
764 s->hash_desc = kmalloc(sizeof(*s->hash_desc) + in ecryptfs_write_tag_70_packet()
766 if (!s->hash_desc) { in ecryptfs_write_tag_70_packet()
771 s->hash_desc->tfm = s->hash_tfm; in ecryptfs_write_tag_70_packet()
772 s->hash_desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in ecryptfs_write_tag_70_packet()
774 rc = crypto_shash_digest(s->hash_desc, in ecryptfs_write_tag_70_packet()
789 rc = crypto_shash_digest(s->hash_desc, (u8 *)s->hash, in ecryptfs_write_tag_70_packet()
865 kzfree(s->hash_desc); in ecryptfs_write_tag_70_packet()