mbedTLS
psa_drv_se_key_derivation_setup_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_key_derivation_setup_t
psa_drv_se_key_derivation_setup_t
A function that Sets up a secure element key derivation operation by specifying the algorithm and the source key sot
Syntax
Show:
Summary
Declaration
from
crypto_se_driver.h:1189
typedef
psa_status_t
(
*
psa_drv_se_key_derivation_setup_t
)
(
psa_drv_se_context_t
*
drv_context
,
void
*
op_context
,
psa_algorithm_t
kdf_alg
,
psa_key_slot_number_t
source_key
)
;
Examples
References
from
examples
Code
Location
typedef
psa_status_t
(
*
psa_drv_se_key_derivation_setup_t
)
(
psa_drv_se_context_t
*
drv_context
,
crypto_se_driver.h:1189
psa_drv_se_key_derivation_setup_t
MBEDTLS_PRIVATE
(
p_setup
)
;
crypto_se_driver.h:1256
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