mbedTLS
PSA_KEY_LIFETIME_GET_LOCATION
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_KEY_LIFETIME_GET_LOCATION
PSA_KEY_LIFETIME_GET_LOCATION macro
Syntax
Show:
Summary
Declaration
from
crypto_values.h:2345
#define
PSA_KEY_LIFETIME_GET_LOCATION
(
lifetime
)
\
(
(
psa_key_location_t
)
(
(
lifetime
)
>
>
8
)
)
Arguments
Argument
lifetime
Examples
References
from
examples
Code
Location
#define
PSA_KEY_LIFETIME_GET_LOCATION
(
lifetime
)
\
crypto_values.h:2345
PSA_KEY_LIFETIME_GET_LOCATION
(
lifetime
)
)
;
crypto_struct.h:346
if
(
PSA_KEY_LIFETIME_GET_LOCATION
(
target_slot
->
attr
.
lifetime
)
!=
psa_crypto.c:2245
PSA_KEY_LIFETIME_GET_LOCATION
(
source_slot
->
attr
.
lifetime
)
)
{
psa_crypto.c:2246
if
(
PSA_KEY_LIFETIME_GET_LOCATION
(
attributes
->
lifetime
)
==
psa_crypto.c:8017
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:124
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:198
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:285
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:389
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_crypto_driver_wrappers.h:518
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_crypto_driver_wrappers.h:610
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:709
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:739
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_crypto_driver_wrappers.h:848
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_crypto_driver_wrappers.h:958
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1024
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1085
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1175
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1252
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1325
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1725
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1777
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1826
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:1874
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:2210
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:2274
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:2346
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:2546
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:2604
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers.h:2668
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
&
inputs
->
attributes
)
)
;
psa_crypto_driver_wrappers.h:2748
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers_no_static.c:90
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_crypto_driver_wrappers_no_static.c:130
psa_key_location_t
location
=
PSA_KEY_LIFETIME_GET_LOCATION
(
psa_get_key_lifetime
(
attributes
)
)
;
psa_crypto_driver_wrappers_no_static.c:228
if
(
PSA_KEY_LIFETIME_GET_LOCATION
(
slot
->
attr
.
lifetime
)
!=
psa_crypto_slot_management.c:1119
return
PSA_KEY_LIFETIME_GET_LOCATION
(
lifetime
)
psa_crypto_slot_management.h:302
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