Home
last modified time | relevance | path

Searched refs:SIPHASH_ALIGNMENT (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/net/core/
A Dsecure_seq.c62 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off()
84 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq()
107 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral()
184 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number()
A Dflow_dissector.c1585 BUILD_BUG_ON(FLOW_KEYS_HASH_OFFSET % SIPHASH_ALIGNMENT); in flow_keys_hash_start()
/linux-6.3-rc2/lib/
A Dsiphash_kunit.c118 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test()
119 u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); in siphash_test()
/linux-6.3-rc2/include/linux/
A Dsiphash.h18 #define SIPHASH_ALIGNMENT __alignof__(u64) macro
85 !IS_ALIGNED((unsigned long)data, SIPHASH_ALIGNMENT)) in siphash()
/linux-6.3-rc2/include/net/
A Dflow_dissector.h360 struct flow_dissector_key_basic basic __aligned(SIPHASH_ALIGNMENT);
/linux-6.3-rc2/net/ipv6/
A Dsyncookies.c50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash()
A Droute.c1492 } __aligned(SIPHASH_ALIGNMENT) combined = { in rt6_exception_hash()
/linux-6.3-rc2/Documentation/security/
A Dsiphash.rst96 } __aligned(SIPHASH_ALIGNMENT) combined = {
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_expect.c90 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash()
A Dnf_nat_core.c163 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_by_src()

Completed in 35 milliseconds