Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dsha512.c118 #define REVERSE64(w,x) { \ macro
127 #define REVERSE64(w,x) /* splint */ macro
291 REVERSE64(*data++, W512[j]); in SHA512_Transform()
404 REVERSE64(context->bitcount[0],context->bitcount[0]); in SHA512_Last()
405 REVERSE64(context->bitcount[1],context->bitcount[1]); in SHA512_Last()
456 REVERSE64(context->state[j],context->state[j]); in SHA512_Final()
/freebsd/contrib/ldns/
H A Dsha2.c124 #define REVERSE64(w,x) { \ macro
133 #define REVERSE64(w,x) /* splint */ macro
570 REVERSE64(context->bitcount,context->bitcount); in ldns_sha256_final()
649 REVERSE64(*data++, W512[j]); \
755 REVERSE64(*data++, W512[j]); in ldns_sha512_Transform()
872 REVERSE64(context->bitcount[0],context->bitcount[0]); in ldns_sha512_Last()
873 REVERSE64(context->bitcount[1],context->bitcount[1]); in ldns_sha512_Last()
924 REVERSE64(context->state[j],context->state[j]); in ldns_sha512_final()
977 REVERSE64(context->state[j],context->state[j]); in ldns_sha384_final()