FreeRDP
smartcard_virtual_gids.h File Reference
#include <winpr/winpr.h>
#include <winpr/wtypes.h>
#include <freerdp/channels/log.h>
This graph shows which files directly or indirectly include this file:

Functions

vgidsContext * vgids_new (void)
 
BOOL vgids_init (vgidsContext *ctx, const char *cert, const char *privateKey, const char *pin)
 
BOOL vgids_process_apdu (vgidsContext *context, const BYTE *data, DWORD dataSize, BYTE **response, DWORD *responseSize)
 
void vgids_free (vgidsContext *context)
 

Function Documentation

◆ vgids_free()

void vgids_free ( vgidsContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ vgids_init()

BOOL vgids_init ( vgidsContext *  ctx,
const char *  cert,
const char *  privateKey,
const char *  pin 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ vgids_new()

vgidsContext* vgids_new ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ vgids_process_apdu()

BOOL vgids_process_apdu ( vgidsContext *  context,
const BYTE data,
DWORD  dataSize,
BYTE **  response,
DWORD *  responseSize 
)
Here is the call graph for this function:
Here is the caller graph for this function: