Searched refs:siphash_key_t (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | siphash.h | 22 } siphash_key_t; typedef 24 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero() 29 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key); 31 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key); 34 u64 siphash_1u64(const u64 a, const siphash_key_t *key); 35 u64 siphash_2u64(const u64 a, const u64 b, const siphash_key_t *key); 37 const siphash_key_t *key); 39 const siphash_key_t *key); 40 u64 siphash_1u32(const u32 a, const siphash_key_t *key); 42 const siphash_key_t *key); [all …]
|
| D | skbuff.h | 1358 const siphash_key_t *perturb);
|
| /Linux-v5.4/Documentation/security/ |
| D | siphash.rst | 24 siphash_key_t key; 35 u64 siphash(const void *data, size_t len, const siphash_key_t *key); 39 u64 siphash_1u64(u64, const siphash_key_t *key); 40 u64 siphash_2u64(u64, u64, const siphash_key_t *key); 41 u64 siphash_3u64(u64, u64, u64, const siphash_key_t *key); 42 u64 siphash_4u64(u64, u64, u64, u64, const siphash_key_t *key); 43 u64 siphash_1u32(u32, const siphash_key_t *key); 44 u64 siphash_2u32(u32, u32, const siphash_key_t *key); 45 u64 siphash_3u32(u32, u32, u32, const siphash_key_t *key); 46 u64 siphash_4u32(u32, u32, u32, u32, const siphash_key_t *key); [all …]
|
| /Linux-v5.4/lib/ |
| D | siphash.c | 52 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned() 85 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned() 123 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() 140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() 163 const siphash_key_t *key) in siphash_3u64() 191 const u64 forth, const siphash_key_t *key) in siphash_4u64() 214 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32() 223 const siphash_key_t *key) in siphash_3u32()
|
| D | test_siphash.c | 27 static const siphash_key_t test_key_siphash =
|
| D | vsprintf.c | 697 static siphash_key_t ptr_key __read_mostly;
|
| /Linux-v5.4/net/core/ |
| D | secure_seq.c | 23 static siphash_key_t net_secret __read_mostly; 24 static siphash_key_t ts_secret __read_mostly;
|
| D | flow_dissector.c | 1353 static siphash_key_t hashrnd __read_mostly; 1449 const siphash_key_t *keyval) in __flow_hash_from_keys() 1472 const siphash_key_t *keyval) in ___skb_get_hash() 1547 const siphash_key_t *perturb) in skb_get_hash_perturb()
|
| /Linux-v5.4/include/net/ |
| D | fq.h | 72 siphash_key_t perturbation;
|
| D | tcp.h | 1638 #define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t) 1645 siphash_key_t key[TCP_FASTOPEN_KEY_MAX];
|
| /Linux-v5.4/include/net/netns/ |
| D | ipv4.h | 223 siphash_key_t ip_id_key;
|
| /Linux-v5.4/net/ipv6/ |
| D | syncookies.c | 23 static siphash_key_t syncookie6_secret[2] __read_mostly;
|
| /Linux-v5.4/net/ipv4/ |
| D | syncookies.c | 19 static siphash_key_t syncookie_secret[2] __read_mostly;
|
| D | tcp_fastopen.c | 113 const siphash_key_t *key, in __tcp_fastopen_cookie_gen_cipher()
|
| /Linux-v5.4/net/sched/ |
| D | sch_sfq.c | 120 siphash_key_t perturbation; 610 siphash_key_t nkey; in sfq_perturbation()
|
| D | sch_hhf.c | 129 siphash_key_t perturbation; /* hash perturbation */
|
| D | sch_sfb.c | 48 siphash_key_t perturbation; /* siphash key */
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_conntrack_core.c | 464 static __read_mostly siphash_key_t ct_id_seed; in nf_ct_get_id()
|
| D | nf_conntrack_netlink.c | 2710 static __read_mostly siphash_key_t exp_id_seed; in nf_expect_get_id()
|