Libu2f-emu
0.0.0
Universal 2nd Factor (U2F) Emulation C Library
|
USB transport state. More...
#include <usb.h>
Data Fields | |
u2f_emu_vdev * | vdev |
uint32_t | cid_seed |
struct transaction | transaction |
bool | in_transaction |
struct message * | response |
USB transport state.
uint32_t usb_state::cid_seed |
Seed used to generate random cid
bool usb_state::in_transaction |
Are we in a transaction
struct message* usb_state::response |
Last response
struct transaction usb_state::transaction |
Current transaction
u2f_emu_vdev* usb_state::vdev |