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

/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c111 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
117 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */ typedef
137 sha2_word64 tmp = (w); \
152 (w)[0] += (sha2_word64)(n); \
225 void SHA512_Transform(SHA512_CTX*, const sha2_word64*);
262 const static sha2_word64 K512[80] = {
306 const static sha2_word64 sha384_initial_hash_value[8] = {
318 const static sha2_word64 sha512_initial_hash_value[8] = {
608 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;
710 void SHA512_Transform(SHA512_CTX* context, const sha2_word64* dat
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.c113 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
119 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */ typedef
144 sha2_word64 tmp = (w); \
159 (w)[0] += (sha2_word64)(n); \
232 void SHA512_Transform(SHA512_CTX*, const sha2_word64*);
269 static const sha2_word64 K512[80] = {
313 static const sha2_word64 sha384_initial_hash_value[8] = {
325 static const sha2_word64 sha512_initial_hash_value[8] = {
616 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;
717 void SHA512_Transform(SHA512_CTX* context, const sha2_word64* dat
[all...]
/macosx-10.10.1/apr-32/apr/apr/random/unix/
H A Dsha2.c50 typedef apr_uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
65 sha2_word64 tmp = (w); \
80 (w)[0] += (sha2_word64)(n); \

Completed in 390 milliseconds