Searched refs:HASH_KEY (Results 1 - 6 of 6) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-identifier.c32 #define HASH_KEY SD_ID128_MAKE(80,11,8c,c2,fe,4a,03,ee,3e,d6,0c,6f,36,39,14,09) macro
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.c134 #define HASH_KEY SD_ID128_MAKE(df,04,22,98,3f,ad,14,52,f9,87,2e,d1,9c,70,e2,f2) macro
145 seed = siphash24(&addr->ether_addr_octet, ETH_ALEN, HASH_KEY.bytes);
H A Dnetwork-internal.c55 #define HASH_KEY SD_ID128_MAKE(d3,1e,48,fa,90,fe,4b,4c,9d,af,d5,d7,a1,b1,2e,8a) macro
82 *result = htole64(siphash24(v, sz, HASH_KEY.bytes));
H A Dsd-ipv4acd.c483 #define HASH_KEY SD_ID128_MAKE(df,04,22,98,3f,ad,14,52,f9,87,2e,d1,9c,70,e2,f2) macro
H A Dsd-dhcp-server.c695 #define HASH_KEY SD_ID128_MAKE(0d,1d,fe,bd,f1,24,bd,b3,47,f1,dd,6e,73,21,93,30) macro
753 siphash24_init(&state, HASH_KEY.bytes);
/systemd/src/network/
H A Dnetworkd-netdev.c408 #define HASH_KEY SD_ID128_MAKE(52,e1,45,bd,00,6f,29,96,21,c6,30,6d,83,71,04,48) macro
439 result = siphash24(v, sz, HASH_KEY.bytes);

Completed in 2157 milliseconds