#include "anonymous.h"Go to the source code of this file.
Functions | |
| int | _gsasl_anonymous_server_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| int _gsasl_anonymous_server_step | ( | Gsasl_session * | sctx, | |
| void * | mech_data, | |||
| const char * | input, | |||
| size_t | input_len, | |||
| char ** | output, | |||
| size_t * | output_len | |||
| ) |
Definition at line 31 of file anonymous/server.c.
References GSASL_ANONYMOUS_TOKEN, gsasl_callback(), GSASL_MECHANISM_PARSE_ERROR, GSASL_NEEDS_MORE, gsasl_property_set_raw(), and GSASL_VALIDATE_ANONYMOUS.
1.4.7