A struct containing all of the function pointers needed to for secure element key management.
PSA Crypto API implementations should populate instances of the table as appropriate upon startup or at build time.
If one of the functions is not implemented, it should be set to NULL.
Public Functions#
Function that allocates a slot for a key.
Function that checks the validity of a slot for a key.
Function that performs a key import operation.
Function that performs a generation.
Function that performs a key destroy operation.
Function that performs a key export operation.
Function that performs a public key export operation.
Public Function Documentation#
MBEDTLS_PRIVATE#
psa_drv_se_allocate_key_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_allocate )
Function that allocates a slot for a key.
N/A |
1124
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h
MBEDTLS_PRIVATE#
psa_drv_se_validate_slot_number_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_validate_slot_number )
Function that checks the validity of a slot for a key.
N/A |
1126
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h
MBEDTLS_PRIVATE#
psa_drv_se_import_key_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_import )
Function that performs a key import operation.
N/A |
1128
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h
MBEDTLS_PRIVATE#
psa_drv_se_generate_key_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_generate )
Function that performs a generation.
N/A |
1130
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h
MBEDTLS_PRIVATE#
psa_drv_se_destroy_key_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_destroy )
Function that performs a key destroy operation.
N/A |
1132
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h
MBEDTLS_PRIVATE#
psa_drv_se_export_key_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_export )
Function that performs a key export operation.
N/A |
1134
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h
MBEDTLS_PRIVATE#
psa_drv_se_export_key_t psa_drv_se_key_management_t::MBEDTLS_PRIVATE (p_export_public )
Function that performs a public key export operation.
N/A |
1136
of file util/third_party/mbedtls/include/psa/crypto_se_driver.h