Searched defs:ecryptfs_password (Results 1 – 1 of 1) sorted by relevance
67 struct ecryptfs_password { struct68 u32 password_bytes;69 s32 hash_algo;70 u32 hash_iterations;71 u32 session_key_encryption_key_bytes;74 u32 flags;76 u8 session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES];77 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];101 struct ecryptfs_password password; argument