psa_drv_se_asymmetric_t struct
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.
Fields
Function that performs an asymmetric sign operation.
Function that performs an asymmetric verify operation.
Function that performs an asymmetric encrypt operation.
Function that performs an asymmetric decrypt operation.
![]()
typedef struct {