Home
last modified time | relevance | path

Searched refs:new_pwd (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/platform/x86/
H A Dthink-lmi.c421 char *auth_str, *new_pwd; in new_password_store() local
433 if (!new_pwd) in new_password_store()
439 pwdlen = strlen(new_pwd); in new_password_store()
501 kfree(new_pwd); in new_password_store()
1566 struct tlmi_pwd_setting *new_pwd; in tlmi_create_auth() local
1569 if (!new_pwd) in tlmi_create_auth()
1572 strscpy(new_pwd->kbdlang, "us"); in tlmi_create_auth()
1574 new_pwd->pwd_type = pwd_type; in tlmi_create_auth()
1575 new_pwd->role = pwd_role; in tlmi_create_auth()
1578 new_pwd->index = 0; in tlmi_create_auth()
[all …]