Searched refs:new_pwd (Results 1 – 1 of 1) sorted by relevance
459 char *auth_str, *new_pwd; in new_password_store() local470 new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in new_password_store()471 if (!new_pwd) in new_password_store()477 pwdlen = strlen(new_pwd); in new_password_store()521 ret = tlmi_opcode_setting("WmiOpcodePasswordNew01", new_pwd); in new_password_store()528 setting->pwd_type, setting->password, new_pwd, in new_password_store()539 kfree(new_pwd); in new_password_store()1594 struct tlmi_pwd_setting *new_pwd; in tlmi_create_auth() local1596 new_pwd = kzalloc_obj(struct tlmi_pwd_setting); in tlmi_create_auth()1597 if (!new_pwd) in tlmi_create_auth()[all …]