Lines Matching refs:in
9 big-endian machines in particular.
21 hash algorithms as described in the PDF document found at the following
26 The interface is similar to the interface to SHA-1 found in the OpenSSL
39 * Input data is only accepted in octet-length increments. No sub-byte
42 accept message data in multiples of bytes.
54 * This implementation was written in C in hopes of portability and for
65 Each of the options described below may either be defined in the sha2.h
66 header file (or in the sha2.c file in some cases), or on the command
91 included in the inttypes.h header file. Those wanting to use inttypes.h
92 need to define this either in sha.h or at compile time.
95 to edit both sha2.h and sha2.c and define things by hand in the appropriate
101 does not define these, you may need to define them by hand in the sha.c
105 The code in sha2.c can use either memset()/memcpy() for memory block
108 command line or in sha2.h or in sha2.c.
111 By defining this either on the command line or in sha2.h or sha2.c,
125 The code in sha2.c and sha2.h is intended to be portable. It may
126 require that you do a few #definitions in the .h file. I've successfully
131 have more trouble in portability since they do I/O.
135 out the include of <sys/types.h> in sha2.h. With a bit more work
146 inclusion in future versions.
158 0.9 to 0.9.5 - Add a new define in sha2.c that permits one to compile
165 in sha2.c, you either need to define SHA2_USE_BZERO_BCOPY
168 simple starts to grow more complex even in the span of
174 0.9.6 to 0.9.7 - Fixed a bug that could cause invalid output in certain
178 When data is fed in blocks of the right length, copying of
179 data is reduced in this version. Added SHAYXZ_Data()
186 0.9.7 to 0.9.8 - The bug fix in 0.9.7 was incomplete and in some cases made
192 appeared in longer message data sets.
200 in the SHA2_UNROLL_TRANSFORM version (see sha2.slower.c)
210 the same bug) bug in SHA-384 and SHA-512 that showed up when
246 Here's an example of compiling and using the sha2 program (in this example