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

/ast/src/lib/libsum/
H A Dsum-sha2.c75 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
136 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
142 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */ typedef
170 sha2_word64 tmp = (w); \
179 sha2_word64 tmp = (w); \
181 tmp = ((tmp & ((sha2_word64)0xff00ff00ff00ff00)) >> 8) | \
182 ((tmp & ((sha2_word64)0x00ff00ff00ff00ff)) << 8); \
183 (x) = ((tmp & ((sha2_word64)0xffff0000ffff0000)) >> 16) | \
184 ((tmp & ((sha2_word64)0x0000ffff0000ffff)) << 16); \
196 (w)[1] += (sha2_word64)(
[all...]

Completed in 10 milliseconds