gsasl
2.2.1
|
#include <config.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "challenge.h"
#include <gc.h>
Go to the source code of this file.
Macros | |
#define | NONCELEN 10 |
#define | TEMPLATE "<XXXXXXXXXXXXXXXXXXXX.0@localhost>" |
#define | DIGIT(c) |
Functions | |
int | cram_md5_challenge (char challenge[CRAM_MD5_CHALLENGE_LEN]) |
#define DIGIT | ( | c | ) |
Definition at line 61 of file challenge.c.
#define NONCELEN 10 |
Definition at line 56 of file challenge.c.
#define TEMPLATE "<XXXXXXXXXXXXXXXXXXXX.0@localhost>" |
Definition at line 57 of file challenge.c.
int cram_md5_challenge | ( | char | challenge[CRAM_MD5_CHALLENGE_LEN] | ) |
Definition at line 66 of file challenge.c.