#include <config.h>
#include <stdlib.h>
#include <string.h>
#include "x-ntlm.h"
#include <ntlm.h>
Go to the source code of this file.
◆ _Gsasl_ntlm_state
Definition at line 1 of file ntlm.c.
◆ _gsasl_ntlm_client_finish()
void _gsasl_ntlm_client_finish |
( |
Gsasl_session *sctx |
_GL_UNUSED, |
|
|
void * |
mech_data |
|
) |
| |
◆ _gsasl_ntlm_client_start()
int _gsasl_ntlm_client_start |
( |
Gsasl_session *sctx |
_GL_UNUSED, |
|
|
void ** |
mech_data |
|
) |
| |
◆ _gsasl_ntlm_client_step()
int _gsasl_ntlm_client_step |
( |
Gsasl_session * |
sctx, |
|
|
void * |
mech_data, |
|
|
const char * |
input, |
|
|
size_t |
input_len, |
|
|
char ** |
output, |
|
|
size_t * |
output_len |
|
) |
| |