#include "cram-md5.h"#include <stdlib.h>#include <string.h>#include "digest.h"Go to the source code of this file.
Functions | |
| int | _gsasl_cram_md5_client_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| int _gsasl_cram_md5_client_step | ( | Gsasl_session * | sctx, | |
| void * | mech_data, | |||
| const char * | input, | |||
| size_t | input_len, | |||
| char ** | output, | |||
| size_t * | output_len | |||
| ) |
Definition at line 40 of file cram-md5/client.c.
References cram_md5_digest(), CRAM_MD5_DIGEST_LEN, GSASL_ALLOW_UNASSIGNED, GSASL_AUTHID, GSASL_MALLOC_ERROR, GSASL_NEEDS_MORE, GSASL_NO_AUTHID, GSASL_NO_PASSWORD, GSASL_OK, GSASL_PASSWORD, gsasl_property_get(), and gsasl_saslprep().
1.4.7