FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
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:834
winpr
libwinpr
sspi
NTLM
ntlm_message.h
Generated by
1.9.8