mbedTLS
KEY_SLOT_CACHE_SLICE_INDEX
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_CACHE_SLICE_INDEX
KEY_SLOT_CACHE_SLICE_INDEX macro
Syntax
Show:
Summary
Declaration
from
psa_crypto_slot_management.c:97
#define
KEY_SLOT_CACHE_SLICE_INDEX
KEY_SLOT_VOLATILE_SLICE_COUNT
Examples
References
from
examples
Code
Location
#define
KEY_SLOT_CACHE_SLICE_INDEX
KEY_SLOT_VOLATILE_SLICE_COUNT
psa_crypto_slot_management.c:97
if
(
slice_idx
==
KEY_SLOT_CACHE_SLICE_INDEX
)
{
psa_crypto_slot_management.c:261
return
&
global_data
.
key_slices
[
KEY_SLOT_CACHE_SLICE_INDEX
]
[
slot_idx
]
;
psa_crypto_slot_management.c:292
global_data
.
key_slices
[
KEY_SLOT_CACHE_SLICE_INDEX
]
=
psa_crypto_slot_management.c:433
sizeof
(
*
global_data
.
key_slices
[
KEY_SLOT_CACHE_SLICE_INDEX
]
)
)
;
psa_crypto_slot_management.c:435
if
(
global_data
.
key_slices
[
KEY_SLOT_CACHE_SLICE_INDEX
]
==
NULL
)
{
psa_crypto_slot_management.c:436
if
(
slice_idx
==
KEY_SLOT_CACHE_SLICE_INDEX
)
{
psa_crypto_slot_management.c:559
psa_key_slot_t
*
slot
=
get_key_slot
(
KEY_SLOT_CACHE_SLICE_INDEX
,
slot_idx
)
;
psa_crypto_slot_management.c:619
selected_slot
->
slice_index
=
KEY_SLOT_CACHE_SLICE_INDEX
;
psa_crypto_slot_management.c:658
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