diff options
-rw-r--r-- | arch/arm64/crypto/chacha-neon-core.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/crypto/chacha-neon-core.S b/arch/arm64/crypto/chacha-neon-core.S index bfb80e10ff7b..706c4e10e9e2 100644 --- a/arch/arm64/crypto/chacha-neon-core.S +++ b/arch/arm64/crypto/chacha-neon-core.S | |||
@@ -158,8 +158,8 @@ ENTRY(hchacha_block_neon) | |||
158 | mov w3, w2 | 158 | mov w3, w2 |
159 | bl chacha_permute | 159 | bl chacha_permute |
160 | 160 | ||
161 | st1 {v0.16b}, [x1], #16 | 161 | st1 {v0.4s}, [x1], #16 |
162 | st1 {v3.16b}, [x1] | 162 | st1 {v3.4s}, [x1] |
163 | 163 | ||
164 | ldp x29, x30, [sp], #16 | 164 | ldp x29, x30, [sp], #16 |
165 | ret | 165 | ret |