summaryrefslogtreecommitdiff
path: root/linux-aarch64/crypto/fipsmodule
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-aarch64/crypto/fipsmodule
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-aarch64/crypto/fipsmodule')
-rw-r--r--linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S b/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
index bc599468..fd0d153c 100644
--- a/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
+++ b/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
@@ -106,13 +106,13 @@ gcm_ghash_v8:
//loaded value would have
//to be rotated in order to
//make it appear as in
- //alorithm specification
+ //algorithm specification
subs x3,x3,#32 //see if x3 is 32 or larger
mov x12,#16 //x12 is used as post-
//increment for input pointer;
//as loop is modulo-scheduled
//x12 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