se: Remove memset in se_perform_aes_block_operation (#53)
We can just initialize the array to be zeroed out. This is safer and less error-prone,
since the initializer is now associated with the variable directly, making it
impossible to put code relying on the zeroed out state before it (unlike with memset).
1 parent 4d3f1f6 commit 991d4f1355d8825493e008ab4579ae4bf3bf0641
@Mat M Mat M authored on 26 Feb 2018
SciresM committed on 26 Feb 2018
Showing 1 changed file
View
exosphere/src/se.c