Searched refs:new_pwd (Results 1 – 1 of 1) sorted by relevance
423 char *auth_str, *new_pwd; in new_password_store() local433 new_pwd = kstrdup(buf, GFP_KERNEL); in new_password_store()434 if (!new_pwd) in new_password_store()438 strip_cr(new_pwd); in new_password_store()440 pwdlen = strlen(new_pwd); in new_password_store()479 ret = tlmi_opcode_setting("WmiOpcodePasswordNew01", new_pwd); in new_password_store()486 setting->pwd_type, setting->password, new_pwd, in new_password_store()496 kfree(new_pwd); in new_password_store()1335 struct tlmi_pwd_setting *new_pwd; in tlmi_create_auth() local1337 new_pwd = kzalloc(sizeof(struct tlmi_pwd_setting), GFP_KERNEL); in tlmi_create_auth()[all …]