3.6.4.2.9 Function aes_read_output_data()
Read the output data.
void aes_read_output_data( struct aes_module *const module, uint32_t * p_output_data_buffer)
Note: The data buffer that holds the processed data must be large enough to hold four consecutive 32-bit words.
Data direction | Parameter name | Description |
---|---|---|
[in] | module |
Pointer to the software instance struct |
[in] | output_data_buffer |
Pointer to an output buffer |