Home | History | Annotate | Download | only in hashes

Lines Matching full:hash

161    Initialize the hash state
162 @param md The hash state you wish to initialize
179 Process a block of memory though the hash
180 @param md The hash state
181 @param in The data to hash
188 Terminate the hash to get the digest
189 @param md The hash state
190 @param out [out] The destination of the hash (20 bytes)
242 Self-test the hash
252 unsigned char hash[20];
274 if (XMEMCMP(tmp, tests[i].hash, 20) != 0) {