20#ifndef WINPR_SSPI_NEGOTIATE_PRIVATE_H
21#define WINPR_SSPI_NEGOTIATE_PRIVATE_H
23#include <winpr/sspi.h>
27#define NTLM_OID "1.3.6.1.4.1.311.2.2.10"
31 NEGOTIATE_STATE_INITIAL,
32 NEGOTIATE_STATE_FINAL_OPTIMISTIC,
33 NEGOTIATE_STATE_NEGORESP,
35 NEGOTIATE_STATE_FINAL,
38typedef struct Mech_st Mech;
42 NEGOTIATE_STATE state;
53 .sub_context = WINPR_C_ARRAY_INIT,
54 .mechTypes = WINPR_C_ARRAY_INIT,
67BOOL NEGOTIATE_init(
void);