Searched defs:ecryptfs_password (Results 1 – 1 of 1) sorted by relevance
74 struct ecryptfs_password { struct75 u32 password_bytes;76 s32 hash_algo;77 u32 hash_iterations;78 u32 session_key_encryption_key_bytes;81 u32 flags;83 u8 session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES];84 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];108 struct ecryptfs_password password; argument