Searched refs:U8TO64_LE (Results 1 – 3 of 3) sorted by relevance
33 #define U8TO64_LE(p) \ macro79 uint64_t k0 = U8TO64_LE(kk); in siphash()80 uint64_t k1 = U8TO64_LE(kk + 8); in siphash()95 m = U8TO64_LE(ni); in siphash()
50 #define U8TO64_LE(p) \ macro97 uint64_t k0 = U8TO64_LE(k); in siphash()98 uint64_t k1 = U8TO64_LE(k + 8); in siphash()117 m = U8TO64_LE(in); in siphash()
44 #define U8TO64_LE(p) \ macro108 uint64_t k0 = U8TO64_LE(k); in SipHash_Init()109 uint64_t k1 = U8TO64_LE(k + 8); in SipHash_Init()166 m = U8TO64_LE(ctx->leavings); in SipHash_Update()176 m = U8TO64_LE(in); in SipHash_Update()