mbedTLS
psa_drv_se_import_key_t
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_drv_se_import_key_t
psa_drv_se_import_key_t
A function that imports a key into a secure element in binary format This function can support any output from psa_export_key(). Refer to the documentation of psa_export_key() for the format for each key type.
Syntax
Show:
Summary
Declaration
from
crypto_se_driver.h:980
typedef
psa_status_t
(
*
psa_drv_se_import_key_t
)
(
psa_drv_se_context_t
*
drv_context
,
psa_key_slot_number_t
key_slot
,
const
psa_key_attributes_t
*
attributes
,
const
uint8_t
*
data
,
size_t
data_length
,
size_t
*
bits
)
;
Examples
References
from
examples
Code
Location
typedef
psa_status_t
(
*
psa_drv_se_import_key_t
)
(
crypto_se_driver.h:980
psa_drv_se_import_key_t
MBEDTLS_PRIVATE
(
p_import
)
;
crypto_se_driver.h:1115
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