Functions

md5utils.h File Reference

SIP-router core :: md5 hash supportModule: SIP-router core. More...

#include "str.h"
Include dependency graph for md5utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions


Detailed Description

Definition in file md5utils.h.


Function Documentation

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.

Parameters:
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().

Here is the call graph for this function:

Here is the caller graph for this function: