Searched refs:U32TO8_LE (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | poly1305.c | 20 #define U32TO8_LE(p, v) \ macro 151 U32TO8_LE(&out[ 0], f0); f1 += (f0 >> 32); in poly1305_auth() 152 U32TO8_LE(&out[ 4], f1); f2 += (f1 >> 32); in poly1305_auth() 153 U32TO8_LE(&out[ 8], f2); f3 += (f2 >> 32); in poly1305_auth() 154 U32TO8_LE(&out[12], f3); in poly1305_auth()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | siphash.c | 28 #define U32TO8_LE(p, v) \ macro 35 U32TO8_LE((p), (uint32_t)((v))); \ 36 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | siphash.c | 40 #define U32TO8_LE(p, v) \ macro 47 U32TO8_LE((p), (uint32_t)((v))); \ 48 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | siphash.c | 40 #define U32TO8_LE(p, v) \ macro 47 U32TO8_LE((p), (uint32_t)((v))); \ 48 U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
|