Searched defs:EmulatedState (Results 1 – 1 of 1) sorted by relevance
50 typedef struct EmulatedState EmulatedState; typedef115 struct EmulatedState { struct116 CCIDCardState base;117 uint8_t debug;118 char *backend_str;142 EmulatedState *card = EMULATED_CCID_CARD(base); in emulated_apdu_from_guest() argument