Searched refs:md5 (Results 1 - 1 of 1) sorted by relevance

/sendmail/mail.local/
H A Dmail.local.c78 # include <openssl/md5.h>
1651 unsigned char md5[18]; local
1676 MD5_Final(md5, &ctx);
1677 md5[16] = 0;
1678 md5[17] = 0;
1682 bits = (unsigned) md5[(3 * i)] << 16;
1683 bits |= (unsigned) md5[(3 * i) + 1] << 8;
1684 bits |= (unsigned) md5[(3 * i) + 2];

Completed in 10 milliseconds