Searched refs:siphash24 (Results 1 - 10 of 10) sorted by relevance
| /systemd/src/libsystemd-network/ |
| H A D | dhcp-identifier.c | 26 #include "siphash24.h" 53 hash = htole64(siphash24(&machine_id, sizeof(machine_id), HASH_KEY.bytes)); 87 id = siphash24(name, strlen(name), HASH_KEY.bytes); 90 id = siphash24(mac, mac_len, HASH_KEY.bytes);
|
| H A D | sd-ipv4ll.c | 35 #include "siphash24.h" 145 seed = siphash24(&addr->ether_addr_octet, ETH_ALEN, HASH_KEY.bytes);
|
| H A D | network-internal.c | 34 #include "siphash24.h" 82 *result = htole64(siphash24(v, sz, HASH_KEY.bytes));
|
| /systemd/src/basic/ |
| H A D | siphash24.h | 23 uint64_t siphash24(const void *in, size_t inlen, const uint8_t k[16]);
|
| H A D | siphash24.c | 21 #include "siphash24.h" 181 uint64_t siphash24(const void *in, size_t inlen, const uint8_t k[16]) { function
|
| /systemd/src/test/ |
| H A D | test-siphash24.c | 20 #include "siphash24.h" 30 out = siphash24(in, len, key);
|
| /systemd/src/libsystemd/sd-bus/ |
| H A D | bus-bloom.c | 21 #include "siphash24.h" 73 h = siphash24(data, n, hash_keys[hash_index++].bytes);
|
| /systemd/src/import/ |
| H A D | pull-common.c | 36 #include "siphash24.h" 166 h = siphash24(url, strlen(url), k.bytes);
|
| /systemd/src/nspawn/ |
| H A D | nspawn-network.c | 31 #include "siphash24.h" 75 result = htole64(siphash24(v, sz, hash_key.bytes));
|
| /systemd/src/network/ |
| H A D | networkd-netdev.c | 31 #include "siphash24.h" 439 result = siphash24(v, sz, HASH_KEY.bytes);
|
Completed in 68 milliseconds