Home
last modified time | relevance | path

Searched refs:HASH_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-dhcp-server.c218 static uint64_t client_id_hash_helper(DHCPClientId *id, uint8_t key[HASH_KEY_SIZE]) { in client_id_hash_helper() argument
233 uint8_t hash_key[HASH_KEY_SIZE] = { in test_client_id_hash()
/systemd-251/src/basic/
Dhashmap.c160 uint8_t hash_key[HASH_KEY_SIZE]; /* hash key; changes during resize */
192 static uint8_t shared_hash_key[HASH_KEY_SIZE];
355 static void get_hash_key(uint8_t hash_key[HASH_KEY_SIZE], bool reuse_is_ok) { in get_hash_key() argument
356 static uint8_t current[HASH_KEY_SIZE]; in get_hash_key()
Dhashmap.h23 #define HASH_KEY_SIZE 16 macro