Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c44 #define U8TO64_LE(p) \ macro
111 uint64_t k0 = U8TO64_LE(k); in SipHash_Init()
112 uint64_t k1 = U8TO64_LE(k + 8); in SipHash_Init()
169 m = U8TO64_LE(ctx->leavings); in SipHash_Update()
179 m = U8TO64_LE(in); in SipHash_Update()
/third_party/openssl/crypto/siphash/
H A Dsiphash.c44 #define U8TO64_LE(p) \ macro
111 uint64_t k0 = U8TO64_LE(k); in SipHash_Init()
112 uint64_t k1 = U8TO64_LE(k + 8); in SipHash_Init()
169 m = U8TO64_LE(ctx->leavings); in SipHash_Update()
179 m = U8TO64_LE(in); in SipHash_Update()
/third_party/eudev/src/shared/
H A Dsiphash24.c37 #define U8TO64_LE(p) \ macro
64 u64 k0 = U8TO64_LE( k ); in siphash24()
65 u64 k1 = U8TO64_LE( k + 8 ); in siphash24()
78 m = U8TO64_LE( in ); in siphash24()

Completed in 2 milliseconds