Searched refs:hash4 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hmac/
H A Dhmac.c90 u_int32_t hash4; local
112 hash4 = __ham_func4(NULL, data, (u_int32_t)data_len);
114 hash4 ^= ((HDR *)hdr)->prev ^ ((HDR *)hdr)->len;
115 memcpy(store, &hash4, sumlen);
170 u_int32_t hash4; local
212 hash4 = __ham_func4(NULL, data, (u_int32_t)data_len);
214 LOG_HDR_SUM(0, hdr, &hash4);
215 ret = memcmp((u_int32_t *)chksum, &hash4, sum_len) ? -1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_mac.c543 uint32_t hash4 = 0; local
568 hash4 |= (1 << result);
579 writel(hash4, &rxmac->multi_hash4);

Completed in 27 milliseconds