nrfxlib API 2.8.99
|
psa_status_t cc3xx_cipher_set_iv | ( | cc3xx_cipher_operation_t * | operation, |
const uint8_t * | iv, | ||
size_t | iv_length ) |
Setup an IV on the operation object.
[in] | operation | Pointer to the operation object |
[in] | iv | Buffer holding the IV to setup |
[in] | iv_length | Size in bytes of the IV |
PSA_SUCCESS | on success. Error code from psa_status_t on failure |