Home
last modified time | relevance | path

Searched refs:NONCE_SIZE (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/usb/
H A Du2f-passthru.c43 #define NONCE_SIZE 8 macro
53 uint8_t nonce[NONCE_SIZE];
163 const uint8_t nonce[NONCE_SIZE]) in u2f_transaction_get_from_nonce() argument
170 NONCE_SIZE) == 0) { in u2f_transaction_get_from_nonce()
205 const uint8_t nonce[NONCE_SIZE]) in u2f_transaction_add() argument
230 memcpy(transaction->nonce, nonce, NONCE_SIZE); in u2f_transaction_add()
289 if (memcmp(transaction->nonce, packet_init->data, NONCE_SIZE) in u2f_passthru_recv_from_host()