psa_drv_se_key_derivation_collateral_t
A function that provides collateral (parameters) needed for a secure element key derivation or key agreement operation Since many key derivation algorithms require multiple parameters, it is expected that this function may be called multiple times for the same operation, each with a different algorithm-specific `collateral_id`
Syntax
typedef psa_status_t (*psa_drv_se_key_derivation_collateral_t)(void *op_context,
uint32_t collateral_id,
const uint8_t *p_collateral,
size_t collateral_size);
![]()
typedef psa_status_t (*psa_drv_se_key_derivation_collateral_t)(void *op_context,