mbedTLS
psa_storage_info_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_storage_info_t
psa_storage_info_t struct
A container for metadata associated with a specific uid
Syntax
Show:
Summary
Declaration
from
psa_crypto_its.h:36
struct
psa_storage_info_t
{
uint32_t
size
;
psa_storage_create_flags_t
flags
;
}
;
Fields
Field
Declared as
Description
psa_storage_info_t::size
uint32_t
The size of the data associated with a uid *.
psa_storage_info_t::flags
psa_storage_create_flags_t
The flags set when the uid was created *.
Related Functions
Found 2 other functions taking a
psa_storage_info_t
argument:
Function
Description
psa_its_get_info()
Retrieve the metadata about the provided uid
psa_its_read_file()
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