Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dkeystore.c604 char hash[ECRYPTFS_TAG_70_DIGEST_SIZE];
605 char tmp_hash[ECRYPTFS_TAG_70_DIGEST_SIZE];
774 s->hash[(s->j % ECRYPTFS_TAG_70_DIGEST_SIZE)]; in ecryptfs_write_tag_70_packet()
775 if ((s->j % ECRYPTFS_TAG_70_DIGEST_SIZE) in ecryptfs_write_tag_70_packet()
776 == (ECRYPTFS_TAG_70_DIGEST_SIZE - 1)) { in ecryptfs_write_tag_70_packet()
778 ECRYPTFS_TAG_70_DIGEST_SIZE, in ecryptfs_write_tag_70_packet()
787 ECRYPTFS_TAG_70_DIGEST_SIZE); in ecryptfs_write_tag_70_packet()
H A Decryptfs_kernel.h167 #define ECRYPTFS_TAG_70_DIGEST_SIZE MD5_DIGEST_SIZE macro