Searched refs:REVERSE64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c150 #define REVERSE64(w,x) { \ macro
567 REVERSE64(context->bitcount,context->bitcount);
666 REVERSE64(*data++, W512[j]); \
770 REVERSE64(*data++, W512[j]);
883 REVERSE64(context->bitcount[0],context->bitcount[0]);
884 REVERSE64(context->bitcount[1],context->bitcount[1]);
934 REVERSE64(context->state[j],context->state[j]);
1009 REVERSE64(context->state[j],context->state[j]);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c299 #define REVERSE64(w,x) { \ macro
308 #define REVERSE64(w,x) { \ macro
856 REVERSE64(context->bitcount,context->bitcount);
936 REVERSE64(*data++, W512[j]); \
1044 REVERSE64(*data++, W512[j]);
1168 REVERSE64(context->bitcount[0],context->bitcount[0]);
1169 REVERSE64(context->bitcount[1],context->bitcount[1]);
1222 REVERSE64(context->state[j],context->state[j]);
1275 REVERSE64(context->state[j],context->state[j]);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c299 #define REVERSE64(w,x) { \ macro
308 #define REVERSE64(w,x) { \ macro
856 REVERSE64(context->bitcount,context->bitcount);
936 REVERSE64(*data++, W512[j]); \
1044 REVERSE64(*data++, W512[j]);
1168 REVERSE64(context->bitcount[0],context->bitcount[0]);
1169 REVERSE64(context->bitcount[1],context->bitcount[1]);
1222 REVERSE64(context->state[j],context->state[j]);
1275 REVERSE64(context->state[j],context->state[j]);

Completed in 72 milliseconds