Home | History | Annotate | Download | only in hashes

Lines Matching full:hash

15    RMD128 Hash function
268 Initialize the hash state
269 @param md The hash state you wish to initialize
285 Process a block of memory though the hash
286 @param md The hash state
287 @param in The data to hash
294 Terminate the hash to get the digest
295 @param md The hash state
296 @param out [out] The destination of the hash (16 bytes)
349 Self-test the hash