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

  /src/external/mpl/bind/dist/lib/isc/
hash.c 29 static uint8_t isc_hash_key[16]; variable
41 STATIC_ASSERT(sizeof(key) >= sizeof(isc_hash_key),
42 "sizeof(key) < sizeof(isc_hash_key)");
43 memmove(isc_hash_key, key, sizeof(isc_hash_key));
48 return isc_hash_key;
55 memmove(isc_hash_key, initializer, sizeof(isc_hash_key));
60 isc_halfsiphash24_init(state, isc_hash_key);
82 isc_siphash24_init(state, isc_hash_key);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
hash.c 34 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, input, length
    [all...]

Completed in 23 milliseconds