Home
last modified time | relevance | path

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

12345678910>>...24

/linux/net/core/
A Dsecure_seq.c69 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()
A Dflow_dissector.c1569 hash = siphash(flow_keys_hash_start(keys), in __flow_hash_from_keys()
/linux/Documentation/security/
A 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
A Dindex.rst16 siphash
/linux/lib/
A 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()
A D.siphash.o.cmd1siphash.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…
3 source_lib/siphash.o := lib/siphash.c
5 deps_lib/siphash.o := \
24 include/linux/siphash.h \
687 lib/siphash.o: $(deps_lib/siphash.o)
689 $(deps_lib/siphash.o):
A D.lib.a.cmd1 …lib/ratelimit.o lib/rbtree.o lib/seq_buf.o lib/sha1.o lib/show_mem.o lib/siphash.o lib/string.o li…
A Dlib.a49 siphash.o/
A DMakefile35 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
A D.net_utils.o.cmd1176 include/linux/siphash.h \
A D.nlattr.o.cmd1175 include/linux/siphash.h \
/linux/drivers/net/wireguard/
A Dpeerlookup.c17 const u64 hash = siphash(pubkey, NOISE_PUBLIC_KEY_LEN, &table->key); in pubkey_bucket()
/linux/net/ipv4/
A Dtcp_fastopen.c127 foc->val[0] = cpu_to_le64(siphash(&iph->saddr, in __tcp_fastopen_cookie_gen_cipher()
138 foc->val[0] = cpu_to_le64(siphash(&ip6h->saddr, in __tcp_fastopen_cookie_gen_cipher()
/linux/include/linux/
A Dsiphash.h80 static inline u64 siphash(const void *data, size_t len, in siphash() function
/linux/net/ipv6/
A Dsyncookies.c59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
/linux/fs/crypto/
A Dfname.c544 return siphash(name->name, name->len, &ci->ci_dirhash_key); in fscrypt_fname_siphash()
/linux/net/netfilter/
A Dnf_conntrack_expect.c103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()
A Dnf_nat_core.c178 hash = siphash(&combined, sizeof(combined), &nf_nat_hash_rnd); in hash_by_src()
A Dnf_conntrack_core.c219 return (u32)siphash(&combined, sizeof(combined), &nf_conntrack_hash_rnd); in hash_conntrack_raw()
493 d = (unsigned long)siphash(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_ct_get_id()
/linux/net/netlink/
A D.policy.o.cmd1177 include/linux/siphash.h \
/linux/drivers/ptp/
A D.ptp_dte.o.cmd1187 include/linux/siphash.h \
/linux/fs/nfs_common/
A D.grace.o.cmd909 include/linux/siphash.h \
/linux/crypto/
A D.acompress.o.cmd1184 include/linux/siphash.h \
A D.aead.o.cmd1186 include/linux/siphash.h \
A D.ahash.o.cmd1187 include/linux/siphash.h \

Completed in 61 milliseconds

12345678910>>...24