Searched defs:ecryptfs_password (Results 1 – 1 of 1) sorted by relevance
118 struct ecryptfs_password { struct119 u32 password_bytes;120 s32 hash_algo;121 u32 hash_iterations;122 u32 session_key_encryption_key_bytes;125 u32 flags;127 u8 session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES];128 u8 signature[ECRYPTFS_PASSWORD_SIG_SIZE + 1];152 struct ecryptfs_password password; argument