Searched refs:new_pwd (Results 1 – 1 of 1) sorted by relevance
425 char *auth_str, *new_pwd; in new_password_store() local435 new_pwd = kstrdup(buf, GFP_KERNEL); in new_password_store()436 if (!new_pwd) in new_password_store()440 strip_cr(new_pwd); in new_password_store()445 pwdlen = strlen(new_pwd); in new_password_store()484 ret = tlmi_opcode_setting("WmiOpcodePasswordNew01", new_pwd); in new_password_store()491 setting->pwd_type, setting->password, new_pwd, in new_password_store()502 kfree(new_pwd); in new_password_store()1398 struct tlmi_pwd_setting *new_pwd; in tlmi_create_auth() local1400 new_pwd = kzalloc(sizeof(struct tlmi_pwd_setting), GFP_KERNEL); in tlmi_create_auth()[all …]