#include <gsasl.h>Go to the source code of this file.
Defines | |
| #define | GSASL_ANONYMOUS_NAME "ANONYMOUS" |
Functions | |
| int | _gsasl_anonymous_client_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) |
Variables | |
| Gsasl_mechanism | gsasl_anonymous_mechanism |
| #define GSASL_ANONYMOUS_NAME "ANONYMOUS" |
Definition at line 28 of file anonymous.h.
| int _gsasl_anonymous_client_step | ( | Gsasl_session * | sctx, | |
| void * | mech_data, | |||
| const char * | input, | |||
| size_t | input_len, | |||
| char ** | output, | |||
| size_t * | output_len | |||
| ) |
Definition at line 34 of file anonymous/client.c.
References GSASL_ANONYMOUS_TOKEN, GSASL_MALLOC_ERROR, GSASL_NO_ANONYMOUS_TOKEN, GSASL_OK, and gsasl_property_get().
| 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.
Definition at line 30 of file anonymous/mechinfo.c.
1.4.7