#include <stddef.h>Go to the source code of this file.
Defines | |
| #define | CRAM_MD5_DIGEST_LEN 32 |
Functions | |
| void | cram_md5_digest (const char *challenge, size_t challengelen, const char *secret, size_t secretlen, char response[CRAM_MD5_DIGEST_LEN]) |
1.7.1