Asterisk - The Open Source Telephony Project
21.4.1
|
MD5 checksum routines used for authentication. Not covered by GPL, but in the public domain as per the copyright below. More...
Go to the source code of this file.
Functions | |
void | MD5Final (unsigned char digest[16], struct MD5Context *ctx) |
void | MD5Init (struct MD5Context *ctx) |
void | MD5Transform (uint32_t buf[4], uint32_t const in[16]) |
void | MD5Update (struct MD5Context *ctx, unsigned char const *buf, unsigned len) |
MD5 checksum routines used for authentication. Not covered by GPL, but in the public domain as per the copyright below.
Definition in file main/md5.c.