Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Decryptfs.h30 #define ECRYPTFS_PASSWORD_SIG_SIZE ECRYPTFS_SIG_SIZE_HEX macro
76 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];
86 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];
/linux-4.4.14/security/keys/encrypted-keys/
Decryptfs_format.c60 ECRYPTFS_PASSWORD_SIG_SIZE); in ecryptfs_fill_auth_tok()
/linux-4.4.14/fs/ecryptfs/
Dkeystore.c1826 ECRYPTFS_PASSWORD_SIG_SIZE] = '\0'; in ecryptfs_parse_packet_set()