Searched defs:md5_output (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-mail/ |
H A D | test-message-header-hash.c | 54 unsigned char md5_input[MD5_RESULTLEN], md5_output[MD5_RESULTLEN]; local 70 md5_final(&md5_ctx, md5_output); 72 test_assert_idx(memcmp(md5_input, md5_output, MD5_RESULTLEN) == 0, i); 84 test_assert_idx(memcmp(md5_input, md5_output, MD5_RESULTLEN) == 0, i); 99 test_assert_idx(memcmp(md5_input, md5_output, MD5_RESULTLEN) == 0, i);
|
Completed in 9 milliseconds