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

/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-sha2.c93 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
154 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
160 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */ typedef
188 sha2_word64 tmp = (w); \
197 sha2_word64 tmp = (w); \
199 tmp = ((tmp & ((sha2_word64)0xff00ff00ff00ff00)) >> 8) | \
200 ((tmp & ((sha2_word64)0x00ff00ff00ff00ff)) << 8); \
201 (x) = ((tmp & ((sha2_word64)0xffff0000ffff0000)) >> 16) | \
202 ((tmp & ((sha2_word64)0x0000ffff0000ffff)) << 16); \
214 (w)[0] += (sha2_word64)(
[all...]

Completed in 99 milliseconds