FreeRDP
libwinpr/sspi/Schannel/schannel.h File Reference
#include <winpr/sspi.h>
#include <winpr/schannel.h>
#include "../sspi.h"
#include "schannel_openssl.h"
This graph shows which files directly or indirectly include this file:

Data Structures

struct  SCHANNEL_CREDENTIALS
 
struct  SCHANNEL_CONTEXT
 

Functions

SCHANNEL_CONTEXTschannel_ContextNew (void)
 
void schannel_ContextFree (SCHANNEL_CONTEXT *context)
 
BOOL SCHANNEL_init (void)
 

Variables

const SecPkgInfoA SCHANNEL_SecPkgInfoA
 
const SecPkgInfoW SCHANNEL_SecPkgInfoW
 
const SecurityFunctionTableA SCHANNEL_SecurityFunctionTableA
 
const SecurityFunctionTableW SCHANNEL_SecurityFunctionTableW
 

Function Documentation

◆ schannel_ContextFree()

void schannel_ContextFree ( SCHANNEL_CONTEXT context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ schannel_ContextNew()

SCHANNEL_CONTEXT* schannel_ContextNew ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SCHANNEL_init()

BOOL SCHANNEL_init ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ SCHANNEL_SecPkgInfoA

const SecPkgInfoA SCHANNEL_SecPkgInfoA
extern

◆ SCHANNEL_SecPkgInfoW

const SecPkgInfoW SCHANNEL_SecPkgInfoW
extern

◆ SCHANNEL_SecurityFunctionTableA

const SecurityFunctionTableA SCHANNEL_SecurityFunctionTableA
extern

◆ SCHANNEL_SecurityFunctionTableW

const SecurityFunctionTableW SCHANNEL_SecurityFunctionTableW
extern