Searched refs:siphash (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/core/ |
D | secure_seq.c | 69 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 91 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 110 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 186 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
/Linux-v4.19/Documentation/ |
D | siphash.txt | 35 u64 siphash(const void *data, size_t len, const siphash_key_t *key); 48 If you pass the generic siphash function something of a constant length, it 66 …return &table->hashtable[siphash(input, sizeof(*input), &table->key) & (HASH_SIZE(table->hashtable… 85 want to pass a pre-filled struct to siphash. When doing this, it's important 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret); 107 https://131002.net/siphash/siphash.pdf
|
/Linux-v4.19/lib/ |
D | test_siphash.c | 123 if (siphash(in, i, &test_key_siphash) != in siphash_test_init() 128 if (siphash(in_unaligned + 1, i, &test_key_siphash) != in siphash_test_init()
|
D | Makefile | 26 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
|
D | Kconfig.debug | 1830 string (<linux/stringhash.h>), and siphash (<linux/siphash.h>)
|
/Linux-v4.19/include/linux/ |
D | siphash.h | 77 static inline u64 siphash(const void *data, size_t len, in siphash() function
|
/Linux-v4.19/net/ipv6/ |
D | syncookies.c | 64 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 754 of siphash to hash pointers. Use this option if you are
|
/Linux-v4.19/ |
D | MAINTAINERS | 13312 F: lib/siphash.c 13314 F: include/linux/siphash.h
|