version 1.1.1.2, 2012/10/09 09:22:28
|
version 1.1.1.3, 2016/11/02 10:09:11
|
Line 306 unsigned char* text; /* pointer to data stream */
|
Line 306 unsigned char* text; /* pointer to data stream */
|
int text_len; /* length of data stream */ |
int text_len; /* length of data stream */ |
unsigned char* key; /* pointer to authentication key */ |
unsigned char* key; /* pointer to authentication key */ |
int key_len; /* length of authentication key */ |
int key_len; /* length of authentication key */ |
caddr_t digest; /* caller digest to be filled in */ | uint8_t * digest; /* caller digest to be filled in */ |
|
|
{ |
{ |
MD5_CTX context; |
MD5_CTX context; |