#include "external.h"
#include <string.h>
Go to the source code of this file.
Functions | |
int | _gsasl_external_server_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 | |||
) |
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.