Searched refs:new_pwd (Results 1 – 1 of 1) sorted by relevance
458 char *auth_str, *new_pwd; in new_password_store() local469 new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in new_password_store()470 if (!new_pwd) in new_password_store()476 pwdlen = strlen(new_pwd); in new_password_store()520 ret = tlmi_opcode_setting("WmiOpcodePasswordNew01", new_pwd); in new_password_store()527 setting->pwd_type, setting->password, new_pwd, in new_password_store()538 kfree(new_pwd); in new_password_store()1603 struct tlmi_pwd_setting *new_pwd; in tlmi_create_auth() local1605 new_pwd = kzalloc_obj(struct tlmi_pwd_setting); in tlmi_create_auth()1606 if (!new_pwd) in tlmi_create_auth()[all …]