A struct containing all of the function pointers needed to implement asymmetric cryptographic operations using secure elements.

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 performs an asymmetric sign operation.

MBEDTLS_PRIVATE(p_verify)

Function that performs an asymmetric verify operation.

MBEDTLS_PRIVATE(p_encrypt)

Function that performs an asymmetric encrypt operation.

MBEDTLS_PRIVATE(p_decrypt)

Function that performs an asymmetric decrypt operation.

Public Function Documentation#

MBEDTLS_PRIVATE#

psa_drv_se_asymmetric_sign_t psa_drv_se_asymmetric_t::MBEDTLS_PRIVATE (p_sign )

Function that performs an asymmetric sign operation.

Parameters
N/A

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

MBEDTLS_PRIVATE#

psa_drv_se_asymmetric_verify_t psa_drv_se_asymmetric_t::MBEDTLS_PRIVATE (p_verify )

Function that performs an asymmetric verify operation.

Parameters
N/A

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

MBEDTLS_PRIVATE#

psa_drv_se_asymmetric_encrypt_t psa_drv_se_asymmetric_t::MBEDTLS_PRIVATE (p_encrypt )

Function that performs an asymmetric encrypt operation.

Parameters
N/A

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

MBEDTLS_PRIVATE#

psa_drv_se_asymmetric_decrypt_t psa_drv_se_asymmetric_t::MBEDTLS_PRIVATE (p_decrypt )

Function that performs an asymmetric decrypt operation.

Parameters
N/A

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