Searched refs:CTAP_MAX_REPORT_LEN (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libfido2/src/fido/
H A Dparam.h64 #define CTAP_MAX_REPORT_LEN 64 macro
/openbsd-current/lib/libfido2/src/
H A Ddev.c20 uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
22 uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
121 dev->rx_len = CTAP_MAX_REPORT_LEN;
122 dev->tx_len = CTAP_MAX_REPORT_LEN;
133 dev->rx_len > CTAP_MAX_REPORT_LEN) {
140 dev->tx_len > CTAP_MAX_REPORT_LEN) {
H A Dio.c19 uint8_t data[CTAP_MAX_REPORT_LEN - CTAP_INIT_HEADER_LEN];
23 uint8_t data[CTAP_MAX_REPORT_LEN - CTAP_CONT_HEADER_LEN];
H A Dhid_openbsd.c156 ret->report_in_len = ret->report_out_len = CTAP_MAX_REPORT_LEN;

Completed in 116 milliseconds