psa_drv_se_cipher_set_iv_t
A function that sets the initialization vector (if necessary) for a secure element cipher operation Rationale: The `psa_se_cipher_*` operation in the PSA Cryptographic API has two IV functions: one to set the IV, and one to generate it internally. The generate function is not necessary for the drivers to implement as the PSA Crypto implementation can do the generation using its RNG features.
Syntax
typedef psa_status_t (*psa_drv_se_cipher_set_iv_t)(void *op_context,
const uint8_t *p_iv,
size_t iv_length);
![]()
typedef psa_status_t (*psa_drv_se_cipher_set_iv_t)(void *op_context,