Libu2f-emu  0.0.0
Universal 2nd Factor (U2F) Emulation C Library
u2f-vdev.h
Go to the documentation of this file.
1 #ifndef U2F_VDEV_H
2 #define U2F_VDEV_H
3 
4 #include "counter.h"
5 #include "crypto.h"
6 #include "transport.h"
7 #include "u2f-emu-types.h"
8 
9 
14 {
15  /* Transports */
18  /* Core */
22  /* Other attributes */
24 };
25 
26 
27 #endif
U2F virtual emulated device.
Definition: u2f-vdev.h:13
struct crypto_core * crypto_core
Definition: u2f-vdev.h:19
U2F virtual emulated device counter structure.
Definition: u2f-emu-types.h:42
Crypto core of the U2F device.
Definition: crypto.h:19
struct transport_core * transport_core
Definition: u2f-vdev.h:16
struct u2f_emu_vdev_counter * counter
Definition: u2f-vdev.h:20
bool is_user_counter
Definition: u2f-vdev.h:23