Top | ![]() |
![]() |
![]() |
![]() |
int | (*Gsasl_init_function) () |
void | (*Gsasl_done_function) () |
int | (*Gsasl_start_function) () |
int | (*Gsasl_step_function) () |
void | (*Gsasl_finish_function) () |
int | (*Gsasl_code_function) () |
int | gsasl_register () |
int (*Gsasl_step_function) (Gsasl_session *sctx
,void *mech_data
,const char *input
,size_t input_len
,char **output
,size_t *output_len
);
int (*Gsasl_code_function) (Gsasl_session *sctx
,void *mech_data
,const char *input
,size_t input_len
,char **output
,size_t *output_len
);
int gsasl_register (Gsasl *ctx
,const Gsasl_mechanism *mech
);
This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library.
Since: 0.2.0