mbedTLS
KEY_ID_SLOT_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_SLOT_INDEX_WIDTH
KEY_ID_SLOT_INDEX_WIDTH macro
Syntax
Show:
Summary
Declaration
from
psa_crypto_slot_management.c:91
#define
KEY_ID_SLOT_INDEX_WIDTH
25u
Examples
References
from
examples
Code
Location
#define
KEY_ID_SLOT_INDEX_WIDTH
25u
psa_crypto_slot_management.c:91
#if
KEY_ID_SLICE_INDEX_WIDTH
+
KEY_ID_SLOT_INDEX_WIDTH
>
30
psa_crypto_slot_management.c:111
#if
KEY_SLICE_LENGTH_MAX
>
1
<
<
KEY_ID_SLOT_INDEX_WIDTH
psa_crypto_slot_management.c:119
(
slice_idx
<
<
KEY_ID_SLOT_INDEX_WIDTH
)
|
psa_crypto_slot_management.c:136
return
(
key_id
>
>
KEY_ID_SLOT_INDEX_WIDTH
)
&
mask
;
psa_crypto_slot_management.c:145
return
key_id
&
(
(
1LU
<
<
KEY_ID_SLOT_INDEX_WIDTH
)
-
1
)
;
psa_crypto_slot_management.c:152
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