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

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h65 void MD5Digest(unsigned char* in, char* out);
H A DPOP3.cpp394 MD5Digest((unsigned char*)timestamp.String(), md5sum);
809 POP3Protocol::MD5Digest(unsigned char* in, char* asciiDigest) function in class:POP3Protocol
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp173 ** Function: MD5Digest
176 void MD5Digest (char* hexdigest, unsigned char *text, int text_len) { function
568 MD5Digest(hex_digest, (unsigned char*)a1.String(), a1.Length());
570 MD5Digest(hex_digest2, (unsigned char*)a2.String(), a2.Length());
574 MD5Digest(hex_digest, (unsigned char*)kd.String(), kd.Length());

Completed in 44 milliseconds