Home
last modified time | relevance | path

Searched refs:siphash (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Dsecure_seq.c71 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off()
93 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq()
114 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral()
192 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
Dflow_dissector.c1530 hash = siphash(flow_keys_hash_start(keys), in __flow_hash_from_keys()
/kernel/linux/linux-5.10/Documentation/security/
Dsiphash.rst35 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
Dindex.rst16 siphash
/kernel/linux/linux-5.10/lib/
Dtest_siphash.c123 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()
DMakefile38 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
DKconfig.debug2129 string (<linux/stringhash.h>), and siphash (<linux/siphash.h>)
/kernel/linux/linux-5.10/drivers/net/wireguard/
Dpeerlookup.c17 const u64 hash = siphash(pubkey, NOISE_PUBLIC_KEY_LEN, &table->key); in pubkey_bucket()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c86 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcp_nip_sequence_number()
105 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_newip_port_ephemeral()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c144 foc->val[0] = cpu_to_le64(siphash(&iph->saddr, in __tcp_fastopen_cookie_gen_cipher()
155 foc->val[0] = cpu_to_le64(siphash(&ip6h->saddr, in __tcp_fastopen_cookie_gen_cipher()
/kernel/linux/linux-5.10/include/linux/
Dsiphash.h80 static inline u64 siphash(const void *data, size_t len, in siphash() function
/kernel/linux/linux-5.10/net/ipv6/
Dsyncookies.c59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
Droute.c1501 val = siphash(&combined, sizeof(combined), &rt6_exception_key); in rt6_exception_hash()
/kernel/linux/linux-5.10/fs/crypto/
Dfname.c521 return siphash(name->name, name->len, &ci->ci_dirhash_key); in fscrypt_fname_siphash()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_core.c472 d = (unsigned long)siphash(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_ct_get_id()
Dnf_conntrack_netlink.c2991 d = (unsigned long)siphash(&exp->tuple, sizeof(exp->tuple), &exp_id_seed); in nf_expect_get_id()
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dkernel-parameters.txt806 of siphash to hash pointers. Use this option if you are
/kernel/linux/linux-5.10/
DMAINTAINERS16031 F: include/linux/siphash.h
16032 F: lib/siphash.c