Write the initialization vector (for the CBC, CFB, OFB, CTR, and GCM cipher modes).
void aes_write_init_vector( struct aes_module *const module, const uint32_t * vector)
| Data direction | Parameter name | Description |
|---|---|---|
[in] |
module |
Pointer to the software instance struct |
[in] |
vector |
Pointer to four contiguous 32-bit words |