Searched refs:CTAP_MIN_REPORT_LEN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libfido2/src/fido/
H A Dparam.h67 #define CTAP_MIN_REPORT_LEN (CTAP_INIT_HEADER_LEN + 1) macro
/openbsd-current/lib/libfido2/src/
H A Ddev.c19 dev->rx_len = CTAP_MIN_REPORT_LEN +
20 uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
21 dev->tx_len = CTAP_MIN_REPORT_LEN +
22 uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
132 if (dev->rx_len < CTAP_MIN_REPORT_LEN ||
139 if (dev->tx_len < CTAP_MIN_REPORT_LEN ||

Completed in 190 milliseconds