siphash24          79 src/journal/catalog.c         siphash24((uint8_t*) &u, v, sz, hash_key);
siphash24          80 src/libsystemd-network/network-internal.c         siphash24(result, v, sz, HASH_KEY.bytes);
siphash24          92 src/libsystemd-network/sd-dhcp-server.c         siphash24((uint8_t*) &u, id->data, id->length, hash_key);
siphash24         664 src/libsystemd-network/sd-dhcp6-client.c                 siphash24((uint8_t*)&id, name, strlen(name), HASH_KEY.bytes);
siphash24         667 src/libsystemd-network/sd-dhcp6-client.c                 siphash24((uint8_t*)&id, &client->mac_addr,
siphash24        1231 src/libsystemd-network/sd-dhcp6-client.c         siphash24(client->duid.en.id, &machine_id, sizeof(machine_id), HASH_KEY.bytes);
siphash24         542 src/libsystemd-network/sd-ipv4ll.c                 siphash24(seed, &ll->mac_addr.ether_addr_octet,
siphash24          75 src/libsystemd/sd-bus/bus-bloom.c                                 siphash24(h, data, n, hash_keys[hash_index++].bytes);
siphash24         433 src/network/networkd-netdev.c         siphash24(result, v, sz, HASH_KEY.bytes);
siphash24        1715 src/nspawn/nspawn.c         siphash24(result, v, sz, hash_key.bytes);
siphash24         107 src/resolve/resolved-dns-server.c         siphash24((uint8_t*) &u, &s->address, FAMILY_ADDRESS_SIZE(s->family), hash_key);
siphash24          75 src/shared/hashmap.c         siphash24((uint8_t*) &u, p, strlen(p), hash_key);
siphash24          90 src/shared/hashmap.c         siphash24((uint8_t*) &u, &p, sizeof(p), hash_key);
siphash24         105 src/shared/hashmap.c         siphash24((uint8_t*) &u, p, sizeof(uint64_t), hash_key);
siphash24         124 src/shared/hashmap.c         siphash24((uint8_t*) &u, p, sizeof(dev_t), hash_key);