|
gsasl
1.8.0
|
Go to the source code of this file.
Data Structures | |
| struct | _Gsasl_kerberos_v5_client_state |
Defines | |
| #define | STEP_FIRST 0 |
| #define | STEP_NONINFRA_SEND_ASREQ 1 |
| #define | STEP_NONINFRA_WAIT_ASREP 2 |
| #define | STEP_NONINFRA_SEND_APREQ 3 |
| #define | STEP_NONINFRA_WAIT_APREP 4 |
| #define | STEP_SUCCESS 5 |
Functions | |
| int | _gsasl_kerberos_v5_client_init (Gsasl_ctx *ctx) |
| int | _gsasl_kerberos_v5_client_start (Gsasl_session *sctx, void **mech_data) |
| int | _gsasl_kerberos_v5_client_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t *output_len) |
| int | _gsasl_kerberos_v5_client_encode (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| int | _gsasl_kerberos_v5_client_decode (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t *output_len) |
| int | _gsasl_kerberos_v5_client_finish (Gsasl_session *sctx, void *mech_data) |
| #define STEP_FIRST 0 |
Definition at line 81 of file kerberos_v5/client.c.
| #define STEP_NONINFRA_SEND_APREQ 3 |
Definition at line 84 of file kerberos_v5/client.c.
| #define STEP_NONINFRA_SEND_ASREQ 1 |
Definition at line 82 of file kerberos_v5/client.c.
| #define STEP_NONINFRA_WAIT_APREP 4 |
Definition at line 85 of file kerberos_v5/client.c.
| #define STEP_NONINFRA_WAIT_ASREP 2 |
Definition at line 83 of file kerberos_v5/client.c.
| #define STEP_SUCCESS 5 |
Definition at line 86 of file kerberos_v5/client.c.
| int _gsasl_kerberos_v5_client_decode | ( | Gsasl_session * | sctx, |
| void * | mech_data, | ||
| const char * | input, | ||
| size_t | input_len, | ||
| char * | output, | ||
| size_t * | output_len | ||
| ) |
Definition at line 414 of file kerberos_v5/client.c.
| int _gsasl_kerberos_v5_client_encode | ( | Gsasl_session * | sctx, |
| void * | mech_data, | ||
| const char * | input, | ||
| size_t | input_len, | ||
| char ** | output, | ||
| size_t * | output_len | ||
| ) |
Definition at line 367 of file kerberos_v5/client.c.
| int _gsasl_kerberos_v5_client_finish | ( | Gsasl_session * | sctx, |
| void * | mech_data | ||
| ) |
Definition at line 444 of file kerberos_v5/client.c.
| int _gsasl_kerberos_v5_client_init | ( | Gsasl_ctx * | ctx | ) |
Definition at line 48 of file kerberos_v5/client.c.
| int _gsasl_kerberos_v5_client_start | ( | Gsasl_session * | sctx, |
| void ** | mech_data | ||
| ) |
Definition at line 57 of file kerberos_v5/client.c.
| int _gsasl_kerberos_v5_client_step | ( | Gsasl_session * | sctx, |
| void * | mech_data, | ||
| const char * | input, | ||
| size_t | input_len, | ||
| char * | output, | ||
| size_t * | output_len | ||
| ) |
Definition at line 89 of file kerberos_v5/client.c.
1.7.6.1