Searched defs:ecryptfs_password (Results 1 – 1 of 1) sorted by relevance
66 struct ecryptfs_password { struct67 u32 password_bytes;68 s32 hash_algo;69 u32 hash_iterations;70 u32 session_key_encryption_key_bytes;73 u32 flags;75 u8 session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES];76 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];100 struct ecryptfs_password password; argument