Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/third-party/siphash/include/siphash/
H A DSipHash.h33 #define U8TO64_LE(p) \ macro
79 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()
/freebsd/contrib/unbound/util/
H A Dsiphash.c50 #define U8TO64_LE(p) \ macro
97 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()
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c44 #define U8TO64_LE(p) \ macro
108 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()