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

/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c36 #define U64TO8_LE(p, v) \ macro
128 U64TO8_LE(out, h);
158 U64TO8_LE(out, h);
194 U64TO8_LE(out, h);
/freebsd-13-stable/crypto/openssl/crypto/siphash/
H A Dsiphash.c45 #define U64TO8_LE(p, v) \ macro
251 U64TO8_LE(out, b);
258 U64TO8_LE(out + 8, b);

Completed in 110 milliseconds