Home
last modified time | relevance | path

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

/openssl/crypto/siphash/
H A Dsiphash.c34 #define U32TO8_LE(p, v) \ macro
41 U32TO8_LE((p), (uint32_t)((v))); \
42 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));

Completed in 8 milliseconds