FreeRDP
aad.h File Reference
#include <freerdp/api.h>
#include <freerdp/freerdp.h>
This graph shows which files directly or indirectly include this file:

Enumerations

enum  AAD_STATE { AAD_STATE_INITIAL , AAD_STATE_AUTH , AAD_STATE_FINAL }
 

Functions

FREERDP_LOCAL BOOL aad_is_supported (void)
 
FREERDP_LOCAL int aad_client_begin (rdpAad *aad)
 
FREERDP_LOCAL int aad_recv (rdpAad *aad, wStream *s)
 
FREERDP_LOCAL AAD_STATE aad_get_state (rdpAad *aad)
 
FREERDP_LOCAL rdpAad * aad_new (rdpContext *context, rdpTransport *transport)
 
FREERDP_LOCAL void aad_free (rdpAad *aad)
 

Enumeration Type Documentation

◆ AAD_STATE

enum AAD_STATE
Enumerator
AAD_STATE_INITIAL 
AAD_STATE_AUTH 
AAD_STATE_FINAL 

Function Documentation

◆ aad_client_begin()

FREERDP_LOCAL int aad_client_begin ( rdpAad *  aad)
Here is the caller graph for this function:

◆ aad_free()

FREERDP_LOCAL void aad_free ( rdpAad *  aad)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ aad_get_state()

FREERDP_LOCAL AAD_STATE aad_get_state ( rdpAad *  aad)
Here is the caller graph for this function:

◆ aad_is_supported()

FREERDP_LOCAL BOOL aad_is_supported ( void  )
Here is the caller graph for this function:

◆ aad_new()

FREERDP_LOCAL rdpAad* aad_new ( rdpContext *  context,
rdpTransport *  transport 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ aad_recv()

FREERDP_LOCAL int aad_recv ( rdpAad *  aad,
wStream s 
)
Here is the caller graph for this function: