Home
last modified time | relevance | path

Searched refs:SIPHASH_CONST_0 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_siphash.h20 #define SIPHASH_CONST_0 0x736f6d6570736575ULL macro
29 u64 v0 = SIPHASH_CONST_0; \
/linux/include/linux/
H A Dsiphash.h152 #define SIPHASH_CONST_0 0x736f6d6570736575ULL macro
/linux/lib/
H A Dsiphash.c23 u64 v0 = SIPHASH_CONST_0; \
/linux/drivers/char/
H A Drandom.c1005 .pool = { SIPHASH_CONST_0, SIPHASH_CONST_1, SIPHASH_CONST_2, SIPHASH_CONST_3 },