OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jul 19 00:25:04 UTC 2026