|
sc-hsm-embedded
|
#include "usb_device.h"Data Structures | |
| struct | scr |
Defines | |
| #define | MAX_READER 8 |
| #define | MAX_ATR 34 |
| #define | HBSIZE 15 |
Typedefs | |
| typedef struct scr | scr_t |
| typedef int(* | CTModFunc_t )(scr_t *, unsigned int, unsigned char *, unsigned int *, unsigned char *) |
| #define HBSIZE 15 |
Maximum number of historical bytes
| #define MAX_ATR 34 |
Maximum size of ATR
| #define MAX_READER 8 |
Maximum number of readers
| typedef int(* CTModFunc_t)(scr_t *,unsigned int,unsigned char *,unsigned int *,unsigned char *) |