#include <gsasl.h>Go to the source code of this file.
Defines | |
| #define | GSASL_SECURID_NAME "SECURID" |
Functions | |
| int | _gsasl_securid_client_start (Gsasl_session *sctx, void **mech_data) |
| int | _gsasl_securid_client_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| void | _gsasl_securid_client_finish (Gsasl_session *sctx, void *mech_data) |
| int | _gsasl_securid_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_securid_mechanism |
| void _gsasl_securid_client_finish | ( | Gsasl_session * | sctx, | |
| void * | mech_data | |||
| ) |
| int _gsasl_securid_client_start | ( | Gsasl_session * | sctx, | |
| void ** | mech_data | |||
| ) |
Definition at line 40 of file securid/client.c.
References GSASL_MALLOC_ERROR, GSASL_OK, and _Gsasl_login_client_state::step.
| int _gsasl_securid_client_step | ( | Gsasl_session * | sctx, | |
| void * | mech_data, | |||
| const char * | input, | |||
| size_t | input_len, | |||
| char ** | output, | |||
| size_t * | output_len | |||
| ) |
Definition at line 56 of file securid/client.c.
References GSASL_AUTHID, GSASL_AUTHZID, GSASL_MALLOC_ERROR, GSASL_MECHANISM_CALLED_TOO_MANY_TIMES, GSASL_NO_AUTHID, GSASL_NO_PASSCODE, GSASL_NO_PIN, GSASL_OK, GSASL_PASSCODE, GSASL_PIN, gsasl_property_get(), gsasl_property_set_raw(), GSASL_SUGGESTED_PIN, PASSCODE, PIN, and _Gsasl_login_client_state::step.
| 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.
Definition at line 30 of file securid/mechinfo.c.
1.4.7