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

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
siphash.h 33 isc_siphash24(const uint8_t *key, const uint8_t *in, const size_t inlen,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
hash.h 33 typedef struct isc_siphash24 isc_hash64_t;
siphash.h 87 typedef struct isc_siphash24 { struct
291 isc_siphash24(const uint8_t *key, const uint8_t *in, const size_t inlen, function
  /src/external/mpl/bind/dist/tests/bench/
siphash.c 50 isc_siphash24(key, lower, len, true, (void *)&hash);
73 isc_siphash24(key, bytes + end - len, len, false,
96 isc_siphash24(key, bytes + end - len, len, true,
  /src/external/mpl/dhcp/bind/dist/lib/isc/
hash.c 120 isc_siphash24(isc_hash_key, data, length, (uint8_t *)&hval);
127 isc_siphash24(isc_hash_key, input, length, (uint8_t *)&hval);
siphash.c 92 isc_siphash24(const uint8_t *k, const uint8_t *in, const size_t inlen, function
  /src/external/mpl/bind/dist/tests/isc/
siphash_test.c 133 ISC_RUN_TEST_IMPL(isc_siphash24) {
141 isc_siphash24(key, in, i, true, out);
183 ISC_TEST_ENTRY(isc_siphash24)
  /src/external/mpl/bind/dist/lib/ns/
client.c 1270 isc_siphash24(secret, input, inputlen, true, digest);
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 2305 isc_siphash24(query->fctx->res->view->secret, buf, buflen, true,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 2535 isc_siphash24(query->fctx->res->view->secret, buf, buflen, digest);

Completed in 53 milliseconds