mbedTLS
KEY_ID_SLICE_INDEX_WIDTH
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_ID_SLICE_INDEX_WIDTH
KEY_ID_SLICE_INDEX_WIDTH macro
Syntax
Show:
Summary
Declaration
from
psa_crypto_slot_management.c:92
#define
KEY_ID_SLICE_INDEX_WIDTH
5u
Examples
References
from
examples
Code
Location
#define
KEY_ID_SLICE_INDEX_WIDTH
5u
psa_crypto_slot_management.c:92
#if
KEY_ID_SLICE_INDEX_WIDTH
+
KEY_ID_SLOT_INDEX_WIDTH
>
30
psa_crypto_slot_management.c:111
#if
KEY_SLOT_VOLATILE_SLICE_COUNT
>
(
1
<
<
KEY_ID_SLICE_INDEX_WIDTH
)
psa_crypto_slot_management.c:114
#if
KEY_ID_SLICE_INDEX_WIDTH
>
8
psa_crypto_slot_management.c:122
size_t
mask
=
(
1LU
<
<
KEY_ID_SLICE_INDEX_WIDTH
)
-
1
;
psa_crypto_slot_management.c:144
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