Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_siphash.h21 #define SIPHASH_CONST_1 0x646f72616e646f6dULL macro
30 u64 v1 = SIPHASH_CONST_1; \
/linux/include/linux/
H A Dsiphash.h153 #define SIPHASH_CONST_1 0x646f72616e646f6dULL macro
/linux/lib/
H A Dsiphash.c24 u64 v1 = SIPHASH_CONST_1; \
/linux/drivers/char/
H A Drandom.c1029 .pool = { SIPHASH_CONST_0, SIPHASH_CONST_1, SIPHASH_CONST_2, SIPHASH_CONST_3 },