HomeSort by: relevance | last modified time | path
    Searched refs:CTAP_MIN_REPORT_LEN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/fido/
param.h 92 #define CTAP_MIN_REPORT_LEN (CTAP_INIT_HEADER_LEN + 1)
  /src/external/bsd/libfido2/dist/src/
dev.c 20 dev->rx_len = CTAP_MIN_REPORT_LEN +
21 uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
22 dev->tx_len = CTAP_MIN_REPORT_LEN +
23 uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
138 if (dev->rx_len < CTAP_MIN_REPORT_LEN ||
145 if (dev->tx_len < CTAP_MIN_REPORT_LEN ||
  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.c 224 assert(len >= CTAP_MIN_REPORT_LEN && len <= CTAP_MAX_REPORT_LEN);
233 assert(len >= CTAP_MIN_REPORT_LEN + 1 &&

Completed in 35 milliseconds