3.6.4.2.8 Function aes_write_input_data()
Write the input data (four consecutive 32-bit words).
void aes_write_input_data( struct aes_module *const module, const uint32_t * p_input_data_buffer)
Data direction | Parameter name | Description |
---|---|---|
[in] | module |
Pointer to the software instance struct |
[in] | input_data_buffer |
Pointer to an input data buffer |