Lines Matching full:hash
16 MD5 hash function by Tom St Denis
229 Initialize the hash state
230 @param md The hash state you wish to initialize
246 Process a block of memory though the hash
247 @param md The hash state
248 @param in The data to hash
255 Terminate the hash to get the digest
256 @param md The hash state
257 @param out [out] The destination of the hash (16 bytes)
310 Self-test the hash
320 unsigned char hash[16];
354 if (XMEMCMP(tmp, tests[i].hash, 16) != 0) {