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#

MBEDTLS_PRIVATE(p_allocate)

Function that allocates a slot for a key.

MBEDTLS_PRIVATE(p_validate_slot_number)

Function that checks the validity of a slot for a key.

MBEDTLS_PRIVATE(p_import)

Function that performs a key import operation.

MBEDTLS_PRIVATE(p_generate)

Function that performs a generation.

MBEDTLS_PRIVATE(p_destroy)

Function that performs a key destroy operation.

MBEDTLS_PRIVATE(p_export)

Function that performs a key export operation.

MBEDTLS_PRIVATE(p_export_public)

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.

Parameters
N/A

Definition at line 1123 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.

Parameters
N/A

Definition at line 1125 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.

Parameters
N/A

Definition at line 1127 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.

Parameters
N/A

Definition at line 1129 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.

Parameters
N/A

Definition at line 1131 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.

Parameters
N/A

Definition at line 1133 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.

Parameters
N/A

Definition at line 1135 of file util/third_party/mbedtls/include/psa/crypto_se_driver.h