FreeRDP
ntlm_message.h
1
20
#ifndef WINPR_SSPI_NTLM_MESSAGE_H
21
#define WINPR_SSPI_NTLM_MESSAGE_H
22
23
#include "ntlm.h"
24
25
SECURITY_STATUS ntlm_read_NegotiateMessage(
NTLM_CONTEXT
* context,
PSecBuffer
buffer);
26
SECURITY_STATUS ntlm_write_NegotiateMessage(
NTLM_CONTEXT
* context,
const
PSecBuffer
buffer);
27
SECURITY_STATUS ntlm_read_ChallengeMessage(
NTLM_CONTEXT
* context,
PSecBuffer
buffer);
28
SECURITY_STATUS ntlm_write_ChallengeMessage(
NTLM_CONTEXT
* context,
const
PSecBuffer
buffer);
29
SECURITY_STATUS ntlm_read_AuthenticateMessage(
NTLM_CONTEXT
* context,
PSecBuffer
buffer);
30
SECURITY_STATUS ntlm_write_AuthenticateMessage(
NTLM_CONTEXT
* context,
const
PSecBuffer
buffer);
31
32
SECURITY_STATUS ntlm_server_AuthenticateComplete(
NTLM_CONTEXT
* context);
33
34
const
char
* ntlm_get_negotiate_string(UINT32 flag);
35
36
#endif
/* WINPR_SSPI_NTLM_MESSAGE_H */
NTLM_CONTEXT
Definition:
libwinpr/sspi/NTLM/ntlm.h:220
SecBuffer
Definition:
include/winpr/sspi.h:833
winpr
libwinpr
sspi
NTLM
ntlm_message.h
Generated by
1.9.1