Home
last modified time | relevance | path

Searched refs:siphash24_compress_boolean (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dsiphash24.h26 static inline void siphash24_compress_boolean(bool in, struct siphash *state) { in siphash24_compress_boolean() function
/systemd-251/src/network/
Dnetworkd-queue.c51 siphash24_compress_boolean(req->link, state); in request_hash_func()
Dnetworkd-routing-policy-rule.c170 siphash24_compress_boolean(rule->invert_rule, state); in routing_policy_rule_hash_func()
/systemd-251/src/core/
Dtimer.c197 siphash24_compress_boolean(MANAGER_IS_SYSTEM(UNIT(t)->manager), &state); in timer_get_fixed_delay_hash()