|
gsasl
1.8.0
|
#include <gsasl.h>Go to the source code of this file.
Defines | |
| #define | GSASL_SCRAM_SHA1_NAME "SCRAM-SHA-1" |
| #define | GSASL_SCRAM_SHA1_PLUS_NAME "SCRAM-SHA-1-PLUS" |
Functions | |
| int | _gsasl_scram_sha1_client_start (Gsasl_session *sctx, void **mech_data) |
| int | _gsasl_scram_sha1_plus_client_start (Gsasl_session *sctx, void **mech_data) |
| int | _gsasl_scram_sha1_client_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| void | _gsasl_scram_sha1_client_finish (Gsasl_session *sctx, void *mech_data) |
| int | _gsasl_scram_sha1_server_start (Gsasl_session *sctx, void **mech_data) |
| int | _gsasl_scram_sha1_plus_server_start (Gsasl_session *sctx, void **mech_data) |
| int | _gsasl_scram_sha1_server_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
| void | _gsasl_scram_sha1_server_finish (Gsasl_session *sctx, void *mech_data) |
Variables | |
| Gsasl_mechanism | gsasl_scram_sha1_mechanism |
| Gsasl_mechanism | gsasl_scram_sha1_plus_mechanism |
| #define GSASL_SCRAM_SHA1_NAME "SCRAM-SHA-1" |
| #define GSASL_SCRAM_SHA1_PLUS_NAME "SCRAM-SHA-1-PLUS" |
| void _gsasl_scram_sha1_client_finish | ( | Gsasl_session * | sctx, |
| void * | mech_data | ||
| ) |
Definition at line 452 of file scram/client.c.
| int _gsasl_scram_sha1_client_start | ( | Gsasl_session * | sctx, |
| void ** | mech_data | ||
| ) |
Definition at line 116 of file scram/client.c.
| int _gsasl_scram_sha1_client_step | ( | Gsasl_session * | sctx, |
| void * | mech_data, | ||
| const char * | input, | ||
| size_t | input_len, | ||
| char ** | output, | ||
| size_t * | output_len | ||
| ) |
Definition at line 168 of file scram/client.c.
| int _gsasl_scram_sha1_plus_client_start | ( | Gsasl_session * | sctx, |
| void ** | mech_data | ||
| ) |
Definition at line 122 of file scram/client.c.
| int _gsasl_scram_sha1_plus_server_start | ( | Gsasl_session * | sctx, |
| void ** | mech_data | ||
| ) |
Definition at line 134 of file scram/server.c.
| void _gsasl_scram_sha1_server_finish | ( | Gsasl_session * | sctx, |
| void * | mech_data | ||
| ) |
Definition at line 457 of file scram/server.c.
| int _gsasl_scram_sha1_server_start | ( | Gsasl_session * | sctx, |
| void ** | mech_data | ||
| ) |
Definition at line 128 of file scram/server.c.
| int _gsasl_scram_sha1_server_step | ( | Gsasl_session * | sctx, |
| void * | mech_data, | ||
| const char * | input, | ||
| size_t | input_len, | ||
| char ** | output, | ||
| size_t * | output_len | ||
| ) |
Definition at line 140 of file scram/server.c.
1.7.6.1