Lines Matching defs:password_data
168 struct password_data { struct
169 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;
185 u32 role;
191 u32 mechanism;
216 struct password_data *password_data; member