Home | History | Annotate | Download | only in whirl

Lines Matching full:hash

14    WHIRLPOOL (using their new sbox) hash function by Tom St Denis 
124 Initialize the hash state
125 @param md The hash state you wish to initialize
136 Process a block of memory though the hash
137 @param md The hash state
138 @param in The data to hash
145 Terminate the hash to get the digest
146 @param md The hash state
147 @param out [out] The destination of the hash (64 bytes)
199 Self-test the hash
209 unsigned char msg[128], hash[64];
293 if (XMEMCMP(tmp, tests[i].hash, 64) != 0) {