Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c169 #define REVERSE64(w,x) { \ macro
178 #define REVERSE64(w,x) { \ macro
717 REVERSE64(sha->bitcount,sha->bitcount); in sha256_done()
830 REVERSE64(*data++, W512[j]); \
934 REVERSE64(*data++, W512[j]); in SHA512_Transform()
1077 REVERSE64(sha->bitcount[0],sha->bitcount[0]); in sha512_done()
1078 REVERSE64(sha->bitcount[1],sha->bitcount[1]); in sha512_done()
1116 REVERSE64(sha->state[j],sha->state[j]); in sha512_done()