HomeSort by: relevance | last modified time | path
    Searched refs:isc_halfsiphash24 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
siphash.h 36 isc_halfsiphash24(const uint8_t *key, const uint8_t *in, const size_t inlen,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
hash.h 32 typedef struct isc_halfsiphash24 isc_hash32_t;
siphash.h 101 typedef struct isc_halfsiphash24 { struct
426 isc_halfsiphash24(const uint8_t *k, const uint8_t *in, const size_t inlen, function
  /src/external/mpl/bind/dist/tests/bench/
siphash.c 122 isc_halfsiphash24(key, lower, len, true, (void *)&hash);
145 isc_halfsiphash24(key, bytes + end - len, len, false,
169 isc_halfsiphash24(key, bytes + end - len, len, true,
  /src/external/mpl/dhcp/bind/dist/lib/isc/
hash.c 143 isc_halfsiphash24(isc_hash_key, data, length, (uint8_t *)&hval);
150 isc_halfsiphash24(isc_hash_key, input, length,
siphash.c 179 isc_halfsiphash24(const uint8_t *k, const uint8_t *in, const size_t inlen, function
  /src/external/mpl/bind/dist/tests/isc/
siphash_test.c 157 ISC_RUN_TEST_IMPL(isc_halfsiphash24) {
165 isc_halfsiphash24(key, in, i, true, out);
184 ISC_TEST_ENTRY(isc_halfsiphash24)

Completed in 31 milliseconds