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

/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h79 * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
85 # define SHA_LONG unsigned long macro
87 # define SHA_LONG unsigned long macro
90 # define SHA_LONG unsigned int macro
101 SHA_LONG h0, h1, h2, h3, h4;
102 SHA_LONG Nl, Nh;
103 SHA_LONG data[SHA_LBLOCK];
135 SHA_LONG h[8];
136 SHA_LONG Nl, Nh;
137 SHA_LONG dat
[all...]
H A Dsha256.c89 # define HASH_LONG SHA_LONG
133 static const SHA_LONG K256[64] = {
171 SHA_LONG X[16], l;
249 SHA_LONG X[16];
270 if (!is_endian.little && sizeof(SHA_LONG) == 4
272 const SHA_LONG *W = (const SHA_LONG *)data;
309 SHA_LONG l;
H A Dsha_locl.h67 #define HASH_LONG SHA_LONG
220 SHA_LONG XX[16];
237 if (!is_endian.little && sizeof(SHA_LONG) == 4
239 const SHA_LONG *W = (const SHA_LONG *)data;
451 SHA_LONG X[16];

Completed in 47 milliseconds