23#ifndef _ASTERISK_MD5_H 
   24#define _ASTERISK_MD5_H 
   26#ifndef MD5_DIGEST_LENGTH 
   27#define MD5_DIGEST_LENGTH 16 
   34    unsigned char in[64] __attribute__((aligned(__alignof__(uint32_t))));
 
 
static int len(struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen)
#define MD5_DIGEST_LENGTH
void MD5Transform(uint32_t buf[4], uint32_t const in[16])
void MD5Update(struct MD5Context *context, unsigned char const *buf, unsigned len)
void MD5Init(struct MD5Context *context)
void MD5Final(unsigned char digest[MD5_DIGEST_LENGTH], struct MD5Context *context)