mbedTLS
KEY_SLOT_VOLATILE_SLICE_COUNT
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
KEY_SLOT_VOLATILE_SLICE_COUNT
KEY_SLOT_VOLATILE_SLICE_COUNT macro
Syntax
Show:
Summary
Declaration
from
psa_crypto_slot_management.c:95
#define
KEY_SLOT_VOLATILE_SLICE_COUNT
22u
Examples
References
from
examples
Code
Location
#define
KEY_SLOT_VOLATILE_SLICE_COUNT
22u
psa_crypto_slot_management.c:95
#define
KEY_SLICE_COUNT
(
KEY_SLOT_VOLATILE_SLICE_COUNT
+
1u
)
psa_crypto_slot_management.c:96
#define
KEY_SLOT_CACHE_SLICE_INDEX
KEY_SLOT_VOLATILE_SLICE_COUNT
psa_crypto_slot_management.c:97
SIZE_MAX
>
>
(
KEY_SLOT_VOLATILE_SLICE_COUNT
-
1
)
)
psa_crypto_slot_management.c:107
#if
KEY_SLOT_VOLATILE_SLICE_COUNT
>
(
1
<
<
KEY_ID_SLICE_INDEX_WIDTH
)
psa_crypto_slot_management.c:114
(
KEY_SLOT_VOLATILE_SLICE_BASE_LENGTH
<
<
(
KEY_SLOT_VOLATILE_SLICE_COUNT
-
1
)
)
psa_crypto_slot_management.c:118
size_t
first_free_slot_index
[
KEY_SLOT_VOLATILE_SLICE_COUNT
]
;
psa_crypto_slot_management.c:186
if
(
slice_idx
>=
KEY_SLOT_VOLATILE_SLICE_COUNT
)
{
psa_crypto_slot_management.c:276
for
(
size_t
slice_idx
=
0
;
slice_idx
<
KEY_SLOT_VOLATILE_SLICE_COUNT
;
slice_idx
++
)
{
psa_crypto_slot_management.c:490
for
(
slice_idx
=
0
;
slice_idx
<
KEY_SLOT_VOLATILE_SLICE_COUNT
;
slice_idx
++
)
{
psa_crypto_slot_management.c:505
if
(
slice_idx
==
KEY_SLOT_VOLATILE_SLICE_COUNT
)
{
psa_crypto_slot_management.c:510
if
(
slice_idx
>=
KEY_SLOT_VOLATILE_SLICE_COUNT
)
{
psa_crypto_slot_management.c:564
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