summaryrefslogtreecommitdiff
path: root/linux-arm
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2018-04-30 10:10:26 -0700
committerRobert Sloan <varomodt@google.com>2018-04-30 10:12:11 -0700
commitc6ebb28b08232d4af3e99643b4e260b98381b4c6 (patch)
tree157fb564e2e4212f88f84ab791fd02d550fe7699 /linux-arm
parent5cbb5c8e9904cdd70a9336405c9c561a6b745a8a (diff)
downloadboringssl-c6ebb28b08232d4af3e99643b4e260b98381b4c6.tar.gz
external/boringssl: Sync to c596415ec62b501523d80f9afa26b135406da6bf.android-wear-p-preview-2android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.0
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/a63d0ad40dd621d5b9472dc9f1756692f969451e..c596415ec62b501523d80f9afa26b135406da6bf Test: BoringSSL CTS Presubmits. Change-Id: I2e7a311729800d6c16bdde42b82ebde8a8fa4e39
Diffstat (limited to 'linux-arm')
-rw-r--r--linux-arm/crypto/fipsmodule/ghashv8-armx32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-arm/crypto/fipsmodule/ghashv8-armx32.S b/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
index e83a9c73..94377c53 100644
--- a/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
+++ b/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
@@ -109,13 +109,13 @@ gcm_ghash_v8:
@ loaded value would have
@ to be rotated in order to
@ make it appear as in
- @ alorithm specification
+ @ algorithm specification
subs r3,r3,#32 @ see if r3 is 32 or larger
mov r12,#16 @ r12 is used as post-
@ increment for input pointer;
@ as loop is modulo-scheduled
@ r12 is zeroed just in time
- @ to preclude oversteping
+ @ to preclude overstepping
@ inp[len], which means that
@ last block[s] are actually
@ loaded twice, but last