Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S

Issue 2695223006: Roll src/third_party/boringssl/src dc8c1d962..0f28691d3 (Closed)
Patch Set: Use correct parent. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S
diff --git a/third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S b/third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S
index 19a4d2c4ff57d7c6162a5ecc1fe56199477225da..0784fc71063f7132664ed638fae08a9e5be9522a 100644
--- a/third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S
+++ b/third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S
@@ -1457,7 +1457,7 @@ ChaCha20_neon:
ldrb r9,[r12],#1 @ read input
subs r11,r11,#1
eor r8,r8,r9
- strb r8,[r14],#1 @ store ouput
+ strb r8,[r14],#1 @ store output
bne .Loop_tail_neon
.Ldone_neon:
« no previous file with comments | « third_party/boringssl/BUILD.generated_tests.gni ('k') | third_party/boringssl/linux-x86/crypto/bn/x86-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698