Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dprandom.h43 #define PRND_K0 (HSIPHASH_CONST_0 ^ HSIPHASH_CONST_2)
H A Dsiphash.h164 #define HSIPHASH_CONST_2 0x6c796765U macro
/OK3568_Linux_fs/kernel/lib/
H A Dsiphash.c391 u32 v2 = HSIPHASH_CONST_2; \
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c919 .pool = { HSIPHASH_CONST_0, HSIPHASH_CONST_1, HSIPHASH_CONST_2, HSIPHASH_CONST_3 },