Home | History | Annotate | Download | only in hashes

Lines Matching full:hash

15    RMD160 hash function
326 Initialize the hash state
327 @param md The hash state you wish to initialize
344 Process a block of memory though the hash
345 @param md The hash state
346 @param in The data to hash
353 Terminate the hash to get the digest
354 @param md The hash state
355 @param out [out] The destination of the hash (20 bytes)
408 Self-test the hash