Home
last modified time | relevance | path

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

/openssl-master/crypto/siphash/
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()

Completed in 4 milliseconds