commit | 77b7e6331165e28d60b30e5067f5e8b2b8831f78 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Fri Jun 20 12:00:00 2014 -0700 |
committer | Adam Langley <agl@chromium.org> | Fri Jun 20 13:17:35 2014 -0700 |
tree | d416acdbccdd0dd88b6414eca5484aacd916200c | |
parent | 409766d2183f78fa152e1555eb1197778b6278a1 [diff] |
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.