#include <config.h>
#include "openid20.h"
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
#include "mechtools.h"
Go to the source code of this file.
◆ ERR_PREFIX
#define ERR_PREFIX "openid.error=" |
◆ _gsasl_openid20_client_finish()
void _gsasl_openid20_client_finish |
( |
Gsasl_session *sctx |
_GL_UNUSED, |
|
|
void * |
mech_data |
|
) |
| |
◆ _gsasl_openid20_client_start()
int _gsasl_openid20_client_start |
( |
Gsasl_session *sctx |
_GL_UNUSED, |
|
|
void ** |
mech_data |
|
) |
| |
◆ _gsasl_openid20_client_step()
int _gsasl_openid20_client_step |
( |
Gsasl_session * |
sctx, |
|
|
void * |
mech_data, |
|
|
const char * |
input, |
|
|
size_t |
input_len, |
|
|
char ** |
output, |
|
|
size_t * |
output_len |
|
) |
| |