Lines Matching defs:tlmi_pwd_setting
66 struct tlmi_pwd_setting { struct
67 struct kobject kobj;
68 bool valid;
69 char password[TLMI_PWD_BUFSIZE];
70 const char *pwd_type;
71 const char *role;
72 int minlen;
73 int maxlen;
74 enum encoding_option encoding;
75 char kbdlang[TLMI_LANG_MAXLEN];
76 int index; /*Used for HDD and NVME auth */
77 enum level_option level;
78 bool cert_installed;
79 char *signature;
80 char *save_signature;