HomeSort by: relevance | last modified time | path
    Searched refs:U32TO8_LE (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
poly1305.c 24 #define U32TO8_LE(p, v) \
155 U32TO8_LE(&out[ 0], f0); f1 += (f0 >> 32);
156 U32TO8_LE(&out[ 4], f1); f2 += (f1 >> 32);
157 U32TO8_LE(&out[ 8], f2); f3 += (f2 >> 32);
158 U32TO8_LE(&out[12], f3);
  /src/external/bsd/nsd/dist/
siphash.c 28 #define U32TO8_LE(p, v) \
35 U32TO8_LE((p), (uint32_t)((v))); \
36 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
  /src/external/bsd/unbound/dist/util/
siphash.c 40 #define U32TO8_LE(p, v) \
47 U32TO8_LE((p), (uint32_t)((v))); \
48 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
  /src/external/mpl/dhcp/bind/dist/lib/isc/
siphash.c 71 #define U32TO8_LE(p, v) \
82 U32TO8_LE((p), (uint32_t)((v))); \
83 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
242 U32TO8_LE(out, b);
  /src/crypto/external/apache2/openssl/dist/crypto/siphash/
siphash.c 34 #define U32TO8_LE(p, v) \
41 U32TO8_LE((p), (uint32_t)((v))); \
42 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
  /src/crypto/external/bsd/openssl/dist/crypto/siphash/
siphash.c 34 #define U32TO8_LE(p, v) \
41 U32TO8_LE((p), (uint32_t)((v))); \
42 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
  /src/crypto/external/bsd/openssl.old/dist/crypto/siphash/
siphash.c 39 #define U32TO8_LE(p, v) \
46 U32TO8_LE((p), (uint32_t)((v))); \
47 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));

Completed in 29 milliseconds