Lines Matching refs:password
71 * Description: Change a specific password.
76 * - A password cannot be set using this method when one does not already
141 * Description: Switch from certificate to password authentication.
287 /* Get password settings from BIOS */
332 static int tlmi_save_bios_settings(const char *password)
335 password);
408 /* pwdlen == 0 is allowed to clear the password */
412 strscpy(setting->password, buf, setting->maxlen);
413 /* Strip out CR if one is present, setting password won't work if it is present */
414 strip_cr(setting->password);
439 /* Strip out CR if one is present, setting password won't work if it is present */
446 /* pwdlen == 0 is allowed to clear the password */
477 tlmi_priv.pwd_admin->password);
481 ret = tlmi_opcode_setting("WmiOpcodePasswordCurrent01", setting->password);
491 setting->pwd_type, setting->password, new_pwd,
530 return sysfs_emit(buf, "password\n");
786 if (!setting->valid || !setting->password[0]) {
791 /* Format: 'Certificate,Admin-password' */
793 new_cert, setting->password);
1021 * Note - this sets the variable and then the password as separate
1023 * password is incorrect.
1036 if (tlmi_priv.pwd_admin->valid && tlmi_priv.pwd_admin->password[0]) {
1038 tlmi_priv.pwd_admin->password);
1045 if (tlmi_priv.pwd_admin->valid && tlmi_priv.pwd_admin->password[0]) {
1047 tlmi_priv.pwd_admin->password,
1173 if (tlmi_priv.pwd_admin->valid && tlmi_priv.pwd_admin->password[0]) {
1175 tlmi_priv.pwd_admin->password,
1520 /* Create password setting structure */