Searched refs:siphash (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/security/ |
| H A D | siphash.rst | 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 137 same as the siphash ones, or that they are secure; the hsiphash functions still
|
| /linux/net/core/ |
| H A D | secure_seq.c | 69 st.hash64 = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq_and_ts_off() 95 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral()
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | index.rst | 25 siphash
|
| /linux/drivers/net/wireguard/ |
| H A D | peerlookup.c | 17 const u64 hash = siphash(pubkey, NOISE_PUBLIC_KEY_LEN, &table->key); in pubkey_bucket()
|
| /linux/net/ipv4/ |
| H A D | tcp_fastopen.c | 215 foc->val[0] = cpu_to_le64(siphash(&iph->saddr, in __tcp_fastopen_cookie_gen_cipher() 226 foc->val[0] = cpu_to_le64(siphash(&ip6h->saddr, in __tcp_fastopen_cookie_gen_cipher()
|
| /linux/include/linux/ |
| H A D | siphash.h | 81 static inline u64 siphash(const void *data, size_t len, in siphash() function
|