Searched refs:isc_halfsiphash24 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dsiphash.h35 isc_halfsiphash24(const uint8_t *key, const uint8_t *in, const size_t inlen,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dsiphash.h36 isc_halfsiphash24(const uint8_t *key, const uint8_t *in, const size_t inlen,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhash.c143 isc_halfsiphash24(isc_hash_key, data, length, (uint8_t *)&hval);
150 isc_halfsiphash24(isc_hash_key, input, length,
H A Dsiphash.c179 isc_halfsiphash24(const uint8_t *k, const uint8_t *in, const size_t inlen, function
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dhash.c139 isc_halfsiphash24(isc_hash_key, data, length, (uint8_t *)&hval);
146 isc_halfsiphash24(isc_hash_key, input, length,
H A Dsiphash.c179 isc_halfsiphash24(const uint8_t *k, const uint8_t *in, const size_t inlen, function
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dsiphash_test.c150 ISC_RUN_TEST_IMPL(isc_halfsiphash24) {
160 isc_halfsiphash24(key, in, i, out);
168 ISC_TEST_ENTRY(isc_halfsiphash24)

Completed in 191 milliseconds