Searched refs:CTAP_INIT_HEADER_LEN (Results 1 – 2 of 2) sorted by relevance
19 uint8_t data[CTAP_MAX_REPORT_LEN - CTAP_INIT_HEADER_LEN]; in PACKED_TYPE()60 if (d->tx_len - CTAP_INIT_HEADER_LEN > sizeof(fp->body.init.data)) in tx_preamble()69 count = MIN(count, d->tx_len - CTAP_INIT_HEADER_LEN); in tx_preamble()193 if (d->rx_len <= CTAP_INIT_HEADER_LEN || in rx()197 init_data_len = d->rx_len - CTAP_INIT_HEADER_LEN; in rx()
60 #define CTAP_INIT_HEADER_LEN 7 macro67 #define CTAP_MIN_REPORT_LEN (CTAP_INIT_HEADER_LEN + 1)