Searched defs:hash_converter (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-mail/
H A Dtest-istream-binary-converter.c162 unsigned char hash_file[SHA1_RESULTLEN], hash_converter[SHA1_RESULTLEN]; local
188 sha1_result(&hash, hash_converter);
192 if (memcmp(hash_file, hash_converter, SHA1_RESULTLEN) != 0) {

Completed in 7 milliseconds