Searched defs:password_data (Results 1 – 1 of 1) sorted by relevance
168 struct password_data { struct169 struct common_data common;170 struct kobject *attr_name_kobj;171 u8 current_password[MAX_PASSWD_SIZE];172 u8 new_password[MAX_PASSWD_SIZE];173 u32 min_password_length;174 u32 max_password_length;175 u32 encodings_size;176 u8 encodings[MAX_ENCODINGS_SIZE][MAX_BUFF_SIZE];177 bool is_enabled;[all …]