#include <config.h>
#include "scram.h"
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include "tokens.h"
#include "parser.h"
#include "printer.h"
#include "gc.h"
#include "memxor.h"
#include "tools.h"
#include "mechtools.h"
Go to the source code of this file.
◆ CNONCE_ENTROPY_BYTES
#define CNONCE_ENTROPY_BYTES 18 |
◆ _gsasl_scram_client_finish()
void _gsasl_scram_client_finish |
( |
Gsasl_session *sctx |
_GL_UNUSED, |
|
|
void * |
mech_data |
|
) |
| |
◆ _gsasl_scram_client_step()
int _gsasl_scram_client_step |
( |
Gsasl_session * |
sctx, |
|
|
void * |
mech_data, |
|
|
const char * |
input, |
|
|
size_t |
input_len, |
|
|
char ** |
output, |
|
|
size_t * |
output_len |
|
) |
| |