AES Registers: Difference between revisions
Clarify endianness and word order docs |
m Fix typo |
||
Line 243: | Line 243: | ||
=== AES_CNT.input_word_order === | === AES_CNT.input_word_order === | ||
If reversed, writes to AES_KEY*FIFO and AES_WRFIFO fill the FIFO backwards. For AES_WRFIFO, this means that every 16-byte block will have its words in the reverse order, but the order of these blocks remains the same. | If reversed, writes to AES_KEY*FIFO and AES_WRFIFO fill the FIFO backwards. For AES_WRFIFO, this means that every 16-byte block will have its words in the reverse order, but the order of these blocks remains the same. AES_CTR is unaffected by this field. AES_MAC? | ||
=== AES_CNT.output_word_order === | === AES_CNT.output_word_order === |