Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dprandom.h33 #define PRND_K0 (SIPHASH_CONST_0 ^ SIPHASH_CONST_2)
H A Dsiphash.h151 #define SIPHASH_CONST_0 0x736f6d6570736575ULL macro
/OK3568_Linux_fs/kernel/lib/
H A Dsiphash.c24 u64 v0 = SIPHASH_CONST_0; \
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c916 .pool = { SIPHASH_CONST_0, SIPHASH_CONST_1, SIPHASH_CONST_2, SIPHASH_CONST_3 },