[STM32H753] CRYP FIFOs flush for AES
Hello,
According to the Reference Manual v8 of STM32H753 one has to to flush the FIFO to perform a cipher operation:

The STM32Cube source code example is not doing this flush for AES-GCM (it does the flush for DES and TDES)
I implemented my code like the example and it seems to work fine.
1) is the flush needed or not for AES ?
2) why flushing the fifo in the nominal case anyway?
Best regards
