Lines Matching full:hash
15 MD2 (RFC 1319) hash function implementation by Tom St Denis
97 Initialize the hash state
98 @param md The hash state you wish to initialize
114 Process a block of memory though the hash
115 @param md The hash state
116 @param in The data to hash
146 Terminate the hash to get the digest
147 @param md The hash state
148 @param out [out] The destination of the hash (16 bytes)
169 /* hash and update */
173 /* hash checksum */
187 Self-test the hash