Can I set the AES output buffer the same as the input?
I have a large block of data to encrypt (about 200 Kbytes). I don't care about preserving the input data and I'd like to save memory.Can t I set the output buffer pointer to the same value as the input buffer pointer using the HAL AES encrypt functio...