Home
last modified time | relevance | path

Searched refs:siphash_1u32 (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dsiphash.h39 u64 siphash_1u32(const u32 a, const siphash_key_t *key);
59 return siphash_1u32(le32_to_cpup((const __le32 *)data), key); in ___siphash_aligned()
/linux/lib/
H A Dsiphash.c207 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32() function
213 EXPORT_SYMBOL(siphash_1u32);
/linux/Documentation/security/
H A Dsiphash.rst43 u64 siphash_1u32(u32, const siphash_key_t *key);
/linux/net/sched/
H A Dsch_sfb.c325 sfbhash = siphash_1u32(salt, &q->bins[slot].perturbation); in sfb_enqueue()
H A Dcls_flow.c68 return (u32)siphash_1u32((u32)addr, &flow_keys_secret); in addr_fold()
/linux/net/ipv4/
H A Droute.c626 hval = siphash_1u32((__force u32)daddr, &fnhe_hash_key); in fnhe_hashfun()