Home
last modified time | relevance | path

Searched defs:InitPacket (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/usb/backend/fido_backend/
Dfido_device.rs32 pub struct InitPacket { struct
40 impl InitPacket { implementation
51 pub fn from_bytes(bytes: [u8; constants::U2FHID_PACKET_SIZE]) -> Result<InitPacket> { in from_bytes()