Searched refs:newhash (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dawk.c543 xhash *newhash; local
545 newhash = xzalloc(sizeof(xhash));
546 newhash->csize = FIRST_PRIME;
547 newhash->items = xzalloc(newhash->csize * sizeof(hash_item *));
549 return newhash;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1154 unsigned char newhash[16]; local
1220 genhash = tcp_v4_do_calc_md5_hash(newhash,
1226 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c851 u8 newhash[16]; local
911 genhash = tcp_v6_do_calc_md5_hash(newhash,
916 if (genhash || memcmp(hash_location, newhash, 16) != 0) {

Completed in 175 milliseconds