#include <gsasl.h>
Go to the source code of this file.
Defines | |
#define | GSASL_EXTERNAL_NAME "EXTERNAL" |
Functions | |
int | _gsasl_external_client_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
int | _gsasl_external_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_external_mechanism |
#define GSASL_EXTERNAL_NAME "EXTERNAL" |
Definition at line 28 of file external.h.
int _gsasl_external_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 external/client.c.
References GSASL_AUTHZID, GSASL_MALLOC_ERROR, GSASL_OK, and gsasl_property_get().
int _gsasl_external_server_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 external/server.c.
References GSASL_AUTHZID, gsasl_callback(), GSASL_MECHANISM_PARSE_ERROR, GSASL_NEEDS_MORE, gsasl_property_set(), gsasl_property_set_raw(), and GSASL_VALIDATE_EXTERNAL.
Definition at line 30 of file external/mechinfo.c.