Searched refs:HASH_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
218 static uint64_t client_id_hash_helper(DHCPClientId *id, uint8_t key[HASH_KEY_SIZE]) { in client_id_hash_helper() argument233 uint8_t hash_key[HASH_KEY_SIZE] = { in test_client_id_hash()
160 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() argument356 static uint8_t current[HASH_KEY_SIZE]; in get_hash_key()
23 #define HASH_KEY_SIZE 16 macro