Commit af2c6cc
committed
AES-GCM ARM32/Thumb2 ASM: don't change aes->reg in decrypt
OpenSSL compatability layer expects aes->reg to be unmodified by AES-GCM
decrypt call. ARM32/Thumb2 assembly implementation modifies buffer.
Keep a copy and restore aes->reg after call.1 parent b42e9a9 commit af2c6cc
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10561 | 10561 | | |
10562 | 10562 | | |
10563 | 10563 | | |
10564 | | - | |
10565 | | - | |
10566 | | - | |
| 10564 | + | |
| 10565 | + | |
| 10566 | + | |
| 10567 | + | |
| 10568 | + | |
| 10569 | + | |
| 10570 | + | |
| 10571 | + | |
| 10572 | + | |
| 10573 | + | |
| 10574 | + | |
| 10575 | + | |
10567 | 10576 | | |
10568 | 10577 | | |
10569 | 10578 | | |
| |||
0 commit comments