mbedTLS
KEY_SLICE_COUNT
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
KEY_SLICE_COUNT
KEY_SLICE_COUNT macro
Syntax
Show:
Summary
Declaration
from
psa_crypto_slot_management.c:96
#define
KEY_SLICE_COUNT
(
KEY_SLOT_VOLATILE_SLICE_COUNT
+
1u
)
Examples
References
from
examples
Code
Location
#define
KEY_SLICE_COUNT
(
KEY_SLOT_VOLATILE_SLICE_COUNT
+
1u
)
psa_crypto_slot_management.c:96
psa_key_slot_t
*
key_slices
[
KEY_SLICE_COUNT
]
;
psa_crypto_slot_management.c:185
for
(
size_t
slice_idx
=
0
;
slice_idx
<
KEY_SLICE_COUNT
;
slice_idx
++
)
{
psa_crypto_slot_management.c:453
for
(
size_t
slice_idx
=
0
;
slice_idx
<
KEY_SLICE_COUNT
;
slice_idx
++
)
{
psa_crypto_slot_management.c:1095
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