Home | History | Annotate | Download | only in hashes

Lines Matching full:hash

15    RMD320 hash function
339 Initialize the hash state
340 @param md The hash state you wish to initialize
362 Process a block of memory though the hash
363 @param md The hash state
364 @param in The data to hash
371 Terminate the hash to get the digest
372 @param md The hash state
373 @param out [out] The destination of the hash (20 bytes)
426 Self-test the hash