masqmail
diff src/md5/hmac_md5.h @ 0:08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children | 26e34ae9a3e3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/md5/hmac_md5.h Fri Sep 26 17:05:23 2008 +0200 1.3 @@ -0,0 +1,7 @@ 1.4 +void hmac_md5(unsigned char *text, int text_len, 1.5 + unsigned char* key, int key_len, unsigned char *digest); 1.6 + /* text; pointer to data stream */ 1.7 + /* text_len; length of data stream */ 1.8 + /* key; pointer to authentication key */ 1.9 + /* key_len; length of authentication key */ 1.10 + /* digest; caller digest to be filled in */