Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/sha2/
Dsha2.c161 #define REVERSE64(w,x) { \ macro
614 REVERSE64(context->bitcount,context->bitcount); in SHA256_Final()
714 REVERSE64(*data++, W512[j]); \
818 REVERSE64(*data++, W512[j]); in SHA512_Transform()
931 REVERSE64(context->bitcount[0],context->bitcount[0]); in SHA512_Last()
932 REVERSE64(context->bitcount[1],context->bitcount[1]); in SHA512_Last()
982 REVERSE64(context->state[j],context->state[j]); in SHA512_Final()
1058 REVERSE64(context->state[j],context->state[j]); in SHA384_Final()