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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhash.c34 static uint8_t isc_hash_key[16]; variable
49 memmove(isc_hash_key, key, sizeof(isc_hash_key));
90 return (isc_hash_key);
107 memmove(isc_hash_key, initializer, sizeof(isc_hash_key));
120 isc_siphash24(isc_hash_key, data, length, (uint8_t *)&hval);
127 isc_siphash24(isc_hash_key, input, length, (uint8_t *)&hval);
143 isc_halfsiphash24(isc_hash_key, data, length, (uint8_t *)&hval);
150 isc_halfsiphash24(isc_hash_key, inpu
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dhash.c30 static uint8_t isc_hash_key[16]; variable
45 memmove(isc_hash_key, key, sizeof(isc_hash_key));
86 return (isc_hash_key);
103 memmove(isc_hash_key, initializer, sizeof(isc_hash_key));
116 isc_siphash24(isc_hash_key, data, length, (uint8_t *)&hval);
123 isc_siphash24(isc_hash_key, input, length, (uint8_t *)&hval);
139 isc_halfsiphash24(isc_hash_key, data, length, (uint8_t *)&hval);
146 isc_halfsiphash24(isc_hash_key, inpu
[all...]

Completed in 118 milliseconds