combat AES overflowing and/or getting stuck

This commit is contained in:
Arisotura
2019-06-19 21:57:08 +02:00
parent dcae9788e5
commit 3807c9bf5b
3 changed files with 42 additions and 23 deletions

View File

@ -37,6 +37,8 @@ void WriteBlkCnt(u32 val);
u32 ReadOutputFIFO();
void WriteInputFIFO(u32 val);
void CheckInputDMA();
void CheckOutputDMA();
void Update();
void WriteIV(u32 offset, u32 val, u32 mask);
void WriteMAC(u32 offset, u32 val, u32 mask);