FreeRDP
aad.c File Reference
#include <freerdp/config.h>
#include <stdio.h>
#include <string.h>
#include <freerdp/crypto/crypto.h>
#include <freerdp/crypto/privatekey.h>
#include "../crypto/privatekey.h"
#include <freerdp/utils/http.h>
#include <freerdp/utils/aad.h>
#include <winpr/crypto.h>
#include "transport.h"
#include "aad.h"

Functions

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

Function Documentation

◆ aad_client_begin()

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

◆ aad_free()

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

◆ aad_get_state()

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

◆ aad_is_supported()

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

◆ aad_new()

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()

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