mbedTLS
NB_TESTS
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
NB_TESTS
NB_TESTS macro
Syntax
Show:
Summary
Declaration
from
ccm.c:636
#define
NB_TESTS
3
Examples
References
from
examples
Code
Location
#define
NB_TESTS
3
ccm.c:636
static
const
size_t
iv_len_test_data
[
NB_TESTS
]
=
{
7
,
8
,
12
}
;
ccm.c:664
static
const
size_t
add_len_test_data
[
NB_TESTS
]
=
{
8
,
16
,
20
}
;
ccm.c:665
static
const
size_t
msg_len_test_data
[
NB_TESTS
]
=
{
4
,
16
,
24
}
;
ccm.c:666
static
const
size_t
tag_len_test_data
[
NB_TESTS
]
=
{
4
,
6
,
8
}
;
ccm.c:667
static
const
unsigned
char
res_test_data
[
NB_TESTS
]
[
CCM_SELFTEST_CT_MAX_LEN
]
=
{
ccm.c:669
for
(
i
=
0
;
i
<
NB_TESTS
;
i
++
)
{
ccm.c:704
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out