masqmail-0.2

view src/md5/hmac_md5.h @ 1:af25f5c39d90

added diff from debian (masqmail-0.2.21-4)
author meillo@marmaro.de
date Fri, 26 Sep 2008 20:56:23 +0200
parents
children 26e34ae9a3e3
line source
1 void hmac_md5(unsigned char *text, int text_len,
2 unsigned char* key, int key_len, unsigned char *digest);
3 /* text; pointer to data stream */
4 /* text_len; length of data stream */
5 /* key; pointer to authentication key */
6 /* key_len; length of authentication key */
7 /* digest; caller digest to be filled in */