Home
last modified time | relevance | path

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

/lib/
Dsiphash.c29 #define PREAMBLE(len) \ macro
57 PREAMBLE(len) in __siphash_aligned()
90 PREAMBLE(len) in __siphash_unaligned()
125 PREAMBLE(8) in siphash_1u64()
142 PREAMBLE(16) in siphash_2u64()
165 PREAMBLE(24) in siphash_3u64()
193 PREAMBLE(32) in siphash_4u64()
216 PREAMBLE(4) in siphash_1u32()
226 PREAMBLE(12) in siphash_3u32()
242 #define HPREAMBLE(len) PREAMBLE(len)