psa_drv_se_key_derivation_t struct
A struct containing all of the function pointers needed to for secure element key derivation and agreement PSA Crypto API implementations should populate instances of the table as appropriate upon startup. If one of the functions is not implemented, it should be set to NULL.
Fields
The driver-specific size of the key derivation context.
Function that performs a key derivation setup.
Function that sets key derivation collateral.
Function that performs a final key derivation step.
Function that performs a final key derivation or agreement and exports the key.
![]()
typedef struct {