Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dsiphash.c46 #define U64TO8_LE(p, v) \ macro
183 U64TO8_LE(out, b); in siphash()
195 U64TO8_LE(out + 8, b); in siphash()
/src/crypto/openssl/crypto/siphash/
H A Dsiphash.c40 #define U64TO8_LE(p, v) \ macro
243 U64TO8_LE(out, b); in SipHash_Final()
250 U64TO8_LE(out + 8, b); in SipHash_Final()