Home | History | Annotate | Download | only in sha2

Lines Matching full:hash

202    Initialize the hash state
203 @param md The hash state you wish to initialize
224 Process a block of memory though the hash
225 @param md The hash state
226 @param in The data to hash
233 Terminate the hash to get the digest
234 @param md The hash state
235 @param out [out] The destination of the hash (32 bytes)
288 Self-test the hash
298 unsigned char hash[32];
322 if (XMEMCMP(tmp, tests[i].hash, 32) != 0) {