Searched refs:sha2_word64 (Results 1 – 1 of 1) sorted by relevance
136 typedef uint64_t sha2_word64; /* Exactly 8 bytes */142 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */ typedef162 sha2_word64 tmp = (w); \177 (w)[0] += (sha2_word64)(n); \222 void SHA512_Transform(SHA512_CTX*, const sha2_word64*);259 const static sha2_word64 K512[80] = {303 const static sha2_word64 sha384_initial_hash_value[8] = {315 const static sha2_word64 sha512_initial_hash_value[8] = {605 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount; in SHA256_Final()707 void SHA512_Transform(SHA512_CTX* context, const sha2_word64* data) { in SHA512_Transform()[all …]