SIP-router core :: md5 hash supportModule: SIP-router core. More...
#include "str.h"

Go to the source code of this file.
Definition in file md5utils.h.
| void MD5StringArray | ( | char * | dst, | |
| str | src[], | |||
| int | size | |||
| ) |
Calculate a MD5 digests over a string array and stores the result in the destination char array. This function assumes 32 bytes in the destination buffer.
| dst | destination | |
| src | string input array | |
| size | elements in the input array |
Definition at line 50 of file md5utils.c.
References MD5Init(), MD5Update(), and U_MD5Final().
Referenced by char_msg_val(), and pv_mcd_key_check().


1.7.1