Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/security/keys/encrypted-keys/
Decryptfs_format.c58 ECRYPTFS_PASSWORD_SIG_SIZE); in ecryptfs_fill_auth_tok()
/linux-5.19.10/fs/ecryptfs/
Dkeystore.c1822 ECRYPTFS_PASSWORD_SIG_SIZE] = '\0'; in ecryptfs_parse_packet_set()