Searched refs:sha2_word64 (Results 1 – 1 of 1) sorted by relevance
93 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef154 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef160 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */ typedef188 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)(n); \[all …]