mbedTLS
psa_persistent_key_storage_format
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
psa_persistent_key_storage_format
psa_persistent_key_storage_format struct
Syntax
Show:
Summary
Declaration
from
psa_crypto_storage.c:225
typedef
struct
{
uint8_t
magic
[
PSA_KEY_STORAGE_MAGIC_HEADER_LENGTH
]
;
uint8_t
version
[
4
]
;
uint8_t
lifetime
[
sizeof
(
psa_key_lifetime_t
)
]
;
uint8_t
type
[
2
]
;
uint8_t
bits
[
2
]
;
uint8_t
policy
[
sizeof
(
psa_key_policy_t
)
]
;
uint8_t
data_len
[
4
]
;
uint8_t
key_data
[
]
;
}
psa_persistent_key_storage_format
;
Fields
Field
Declared as
psa_persistent_key_storage_format::magic
uint8_t
[
PSA_KEY_STORAGE_MAGIC_HEADER_LENGTH
]
psa_persistent_key_storage_format::version
uint8_t
[
4
]
psa_persistent_key_storage_format::lifetime
uint8_t
[
sizeof
(
psa_key_lifetime_t
)
]
psa_persistent_key_storage_format::type
uint8_t
[
2
]
psa_persistent_key_storage_format::bits
uint8_t
[
2
]
psa_persistent_key_storage_format::policy
uint8_t
[
sizeof
(
psa_key_policy_t
)
]
psa_persistent_key_storage_format::data_len
uint8_t
[
4
]
psa_persistent_key_storage_format::key_data
uint8_t
[
]
Examples
References
from
examples
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