Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Decryptfs.h31 #define ECRYPTFS_PASSWORD_SIG_SIZE ECRYPTFS_SIG_SIZE_HEX macro
77 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];
87 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];
/linux-4.19.296/fs/ecryptfs/
Dkeystore.c1835 ECRYPTFS_PASSWORD_SIG_SIZE] = '\0'; in ecryptfs_parse_packet_set()