#include "securid.h"#include <stdlib.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | PASSCODE "passcode" |
| #define | PIN "pin" |
Functions | |
| int | _gsasl_securid_server_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| #define PASSCODE "passcode" |
Definition at line 36 of file securid/server.c.
| #define PIN "pin" |
Definition at line 37 of file securid/server.c.
| int _gsasl_securid_server_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 securid/server.c.
References GSASL_AUTHID, GSASL_AUTHZID, gsasl_callback(), GSASL_MALLOC_ERROR, GSASL_MECHANISM_PARSE_ERROR, GSASL_NEEDS_MORE, GSASL_PASSCODE, GSASL_PIN, gsasl_property_get(), gsasl_property_set(), GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE, GSASL_SECURID_SERVER_NEED_NEW_PIN, GSASL_SUGGESTED_PIN, GSASL_VALIDATE_SECURID, PASSCODE, and PIN.
1.4.7