From c6ebb28b08232d4af3e99643b4e260b98381b4c6 Mon Sep 17 00:00:00 2001 From: Robert Sloan Date: Mon, 30 Apr 2018 10:10:26 -0700 Subject: external/boringssl: Sync to c596415ec62b501523d80f9afa26b135406da6bf. This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/a63d0ad40dd621d5b9472dc9f1756692f969451e..c596415ec62b501523d80f9afa26b135406da6bf Test: BoringSSL CTS Presubmits. Change-Id: I2e7a311729800d6c16bdde42b82ebde8a8fa4e39 --- ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ios-aarch64') diff --git a/ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S b/ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S index cdf64e62..c38134fe 100644 --- a/ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S +++ b/ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S @@ -105,13 +105,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 -- cgit v1.2.3