boringssl/crypto/aes
Adam Langley 77b7e63311 Adjust stack pointer in AES-NI CBC decryption.
This change adjusts the stack pointer during CBC decryption. The code
was previously using the red zone across function calls and valgrind
thinks that the "unused" stack is undefined after a function call.
2014-06-20 13:17:35 -07:00
..
asm Adjust stack pointer in AES-NI CBC decryption. 2014-06-20 13:17:35 -07:00
aes.c Inital import. 2014-06-20 13:17:32 -07:00
aes.h Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
mode_wrappers.c Inital import. 2014-06-20 13:17:32 -07:00