Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dprandom.h34 #define PRND_K1 (SIPHASH_CONST_1 ^ SIPHASH_CONST_3)
H A Dsiphash.h152 #define SIPHASH_CONST_1 0x646f72616e646f6dULL macro
/OK3568_Linux_fs/kernel/lib/
H A Dsiphash.c25 u64 v1 = SIPHASH_CONST_1; \
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c916 .pool = { SIPHASH_CONST_0, SIPHASH_CONST_1, SIPHASH_CONST_2, SIPHASH_CONST_3 },