Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_bnet.c804 t_hash newpasshash1; in _client_createacctreq1() local
830 bnhash_to_hash(packet->u.client_createacctreq1.password_hash1, &newpasshash1); in _client_createacctreq1()
831 if (!accountlist_create_account(username, hash_get_str(newpasshash1))) { in _client_createacctreq1()
851 t_hash newpasshash1; in _client_createacctreq2() local
884 bnhash_to_hash(packet->u.client_createacctreq2.password_hash1, &newpasshash1); in _client_createacctreq2()
885 if (!accountlist_create_account(username, hash_get_str(newpasshash1))) { in _client_createacctreq2()
946 t_hash newpasshash1; in _client_changepassreq() local
954 account_set_pass(account, hash_get_str(newpasshash1)); in _client_changepassreq()
964 account_set_pass(account, hash_get_str(newpasshash1)); in _client_changepassreq()
974 bnhash_to_hash(packet->u.client_changepassreq.newpassword_hash1, &newpasshash1); in _client_changepassreq()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/client/
H A Dbnchat.c1046 t_hash newpasshash1; in main() local
1151 bnet_hash(&newpasshash1,strlen(password),password); /* do the single hash for new */ in main()
1166 …hash_to_bnhash((t_hash const *)&newpasshash1,packet->u.client_changepassreq.newpassword_hash1); /*… in main()