Home
last modified time | relevance | path

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

/dports/irc/bip/bip-0.9.0-rc4/src/
H A Dmd5.c385 unsigned char *try_hash; in chash_cmp() local
387 try_hash = chash_double(try, seed); in chash_cmp()
389 if (try_hash[i] != pass[i]) { in chash_cmp()
390 free(try_hash); in chash_cmp()
394 free(try_hash); in chash_cmp()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_d2cs.c190 t_hash try_hash; in on_d2cs_accountloginreq() local
226 bnhash_to_hash(packet->u.d2cs_bnetd_accountloginreq.secret_hash,&try_hash); in on_d2cs_accountloginreq()
227 if (hash_eq(try_hash,secret_hash)==1) { in on_d2cs_accountloginreq()