AES Registers: Difference between revisions
m Thanks to martin from gbatek for figuring this out! |
:^) |
||
Line 116: | Line 116: | ||
|- | |- | ||
| 12-13 | | 12-13 | ||
| Write | | Write FIFO DMA size (0=16, 1=12, 2=8, 3=4 words) | ||
|- | |- | ||
| 14-15 | | 14-15 | ||
| Read | | Read FIFO DMA size (0=4, 1=8, 2=12, 3=16 words) | ||
|- | |- | ||
| 18-16 | | 18-16 | ||
Line 177: | Line 177: | ||
== AES_WRFIFO/AES_RDFIFO == | == AES_WRFIFO/AES_RDFIFO == | ||
Up to | Up to 128 bytes of input data can be buffered. | ||
The input data for the AES crypto operation is written to AES_WRFIFO, the output data is read from AES_RDFIFO. | The input data for the AES crypto operation is written to AES_WRFIFO, the output data is read from AES_RDFIFO. |