Searched refs:siphash24 (Results 1 - 10 of 10) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-identifier.c26 #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 Dsd-ipv4ll.c35 #include "siphash24.h"
145 seed = siphash24(&addr->ether_addr_octet, ETH_ALEN, HASH_KEY.bytes);
H A Dnetwork-internal.c34 #include "siphash24.h"
82 *result = htole64(siphash24(v, sz, HASH_KEY.bytes));
/systemd/src/basic/
H A Dsiphash24.h23 uint64_t siphash24(const void *in, size_t inlen, const uint8_t k[16]);
H A Dsiphash24.c21 #include "siphash24.h"
181 uint64_t siphash24(const void *in, size_t inlen, const uint8_t k[16]) { function
/systemd/src/test/
H A Dtest-siphash24.c20 #include "siphash24.h"
30 out = siphash24(in, len, key);
/systemd/src/libsystemd/sd-bus/
H A Dbus-bloom.c21 #include "siphash24.h"
73 h = siphash24(data, n, hash_keys[hash_index++].bytes);
/systemd/src/import/
H A Dpull-common.c36 #include "siphash24.h"
166 h = siphash24(url, strlen(url), k.bytes);
/systemd/src/nspawn/
H A Dnspawn-network.c31 #include "siphash24.h"
75 result = htole64(siphash24(v, sz, hash_key.bytes));
/systemd/src/network/
H A Dnetworkd-netdev.c31 #include "siphash24.h"
439 result = siphash24(v, sz, HASH_KEY.bytes);

Completed in 68 milliseconds