Searched refs:siphash (Results 1 - 23 of 23) sorted by relevance
/systemd/src/basic/ |
H A D | siphash24.h | 8 struct siphash { struct 17 void siphash24_init(struct siphash *state, const uint8_t k[16]); 18 void siphash24_compress(const void *in, size_t inlen, struct siphash *state); 21 uint64_t siphash24_finalize(struct siphash *state);
|
H A D | hash-funcs.h | 26 typedef void (*hash_func_t)(const void *p, struct siphash *state); 34 void string_hash_func(const void *p, struct siphash *state); 41 void trivial_hash_func(const void *p, struct siphash *state); 48 void uint64_hash_func(const void *p, struct siphash *state); 55 void devt_hash_func(const void *p, struct siphash *state) _pure_;
|
H A D | hash-funcs.c | 23 void string_hash_func(const void *p, struct siphash *state) { 36 void trivial_hash_func(const void *p, struct siphash *state) { 49 void uint64_hash_func(const void *p, struct siphash *state) { 66 void devt_hash_func(const void *p, struct siphash *state) {
|
H A D | siphash24.c | 30 static inline void sipround(struct siphash *state) { 49 void siphash24_init(struct siphash *state, const uint8_t k[16]) { 58 *state = (struct siphash) { 69 void siphash24_compress(const void *_in, size_t inlen, struct siphash *state) { 145 uint64_t siphash24_finalize(struct siphash *state) { 182 struct siphash state;
|
H A D | hashmap.c | 316 struct siphash state;
|
/systemd/src/libsystemd-network/ |
H A D | dhcp-server-internal.h | 93 void client_id_hash_func(const void *p, struct siphash *state);
|
H A D | test-dhcp-server.c | 199 struct siphash state;
|
H A D | sd-dhcp-server.c | 114 void client_id_hash_func(const void *p, struct siphash *state) { 745 struct siphash state;
|
H A D | sd-lldp.c | 72 static void chassis_id_hash_func(const void *p, struct siphash *state) {
|
/systemd/src/shared/ |
H A D | dns-domain.h | 77 void dns_name_hash_func(const void *s, struct siphash *state);
|
H A D | dns-domain.c | 488 void dns_name_hash_func(const void *s, struct siphash *state) {
|
/systemd/src/test/ |
H A D | test-prioq.c | 91 static void test_hash(const void *a, struct siphash *state) {
|
H A D | test-siphash24.c | 26 struct siphash state = {}; 66 /* see https://131002.net/siphash/siphash.pdf, Appendix A */
|
H A D | test-hashmap-plain.c | 697 static void crippled_hashmap_func(const void *p, struct siphash *state) {
|
/systemd/src/journal/ |
H A D | journald-rate-limit.c | 148 struct siphash state; 213 struct siphash state;
|
H A D | catalog.c | 69 static void catalog_hash_func(const void *p, struct siphash *state) {
|
/systemd/src/resolve/ |
H A D | resolved-etc-hosts.c | 67 static void etc_hosts_item_hash_func(const void *p, struct siphash *state) {
|
H A D | resolved-dns-server.c | 566 static void dns_server_hash_func(const void *p, struct siphash *state) {
|
H A D | resolved-dns-rr.c | 273 static void dns_resource_key_hash_func(const void *i, struct siphash *state) { 1303 static void dns_resource_record_hash_func(const void *i, struct siphash *state) {
|
/systemd/src/network/ |
H A D | networkd-address.c | 106 static void address_hash_func(const void *b, struct siphash *state) {
|
H A D | networkd-route.c | 108 static void route_hash_func(const void *b, struct siphash *state) {
|
/systemd/src/libsystemd/sd-bus/ |
H A D | busctl.c | 635 static void member_hash_func(const void *p, struct siphash *state) {
|
H A D | bus-objects.c | 1581 static void vtable_member_hash_func(const void *a, struct siphash *state) {
|
Completed in 3175 milliseconds