Home | History | Annotate | Download | only in sha2

Lines Matching full:hash

171    Initialize the hash state
172 @param md The hash state you wish to initialize
192 Process a block of memory though the hash
193 @param md The hash state
194 @param in The data to hash
201 Terminate the hash to get the digest
202 @param md The hash state
203 @param out [out] The destination of the hash (64 bytes)
236 * note: that from 112 to 120 is the 64 MSB of the length. We assume that you won't hash
258 Self-test the hash
268 unsigned char hash[64];
300 if (XMEMCMP(tmp, tests[i].hash, 64) != 0) {