summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2020-08-05 11:16:48 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-14 05:59:03 +0000
commitc7bf1bd094828785d4444a01e54ca703bfc5c797 (patch)
tree27ad2edc36ee9e4769de1e51cfaaf64ae19e6574 /third_party
parent89d7fa59ea9674d8f7d561739f81cdb3d9c80774 (diff)
downloadchrome-ec-c7bf1bd094828785d4444a01e54ca703bfc5c797.tar.gz
COIL: change usage of sanity
Google is working to change its source code to use more inclusive language. To that end, replace the term "sanity" with inclusive alternatives. BUG=b:163885307 BRANCH=None TEST=make -j buildall TEST=grep -ir sanity Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I487a50999d506a0337f1d3fbe173f193e5e4098a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2353516 Reviewed-by: Sam Hurst <shurst@google.com>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/boringssl/core/cortex-m/aes.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/boringssl/core/cortex-m/aes.S b/third_party/boringssl/core/cortex-m/aes.S
index fe34ef2e46..10d3cdabba 100644
--- a/third_party/boringssl/core/cortex-m/aes.S
+++ b/third_party/boringssl/core/cortex-m/aes.S
@@ -418,13 +418,13 @@ _armv4_AES_set_encrypt_key:
#endif
teq r0,#0
#ifdef __thumb2__
- itt eq @ Thumb2 thing, sanity check in ARM
+ itt eq @ Thumb2 thing, validity check in ARM
#endif
moveq r0,#-1
beq .Labrt
teq r2,#0
#ifdef __thumb2__
- itt eq @ Thumb2 thing, sanity check in ARM
+ itt eq @ Thumb2 thing, validity check in ARM
#endif
moveq r0,#-1
beq .Labrt
@@ -435,7 +435,7 @@ _armv4_AES_set_encrypt_key:
beq .Lok
teq r1,#256
#ifdef __thumb2__
- itt ne @ Thumb2 thing, sanity check in ARM
+ itt ne @ Thumb2 thing, validity check in ARM
#endif
movne r0,#-1
bne .Labrt
@@ -596,7 +596,7 @@ _armv4_AES_set_encrypt_key:
subs r12,r12,#1
str r3,[r11,#-12]
#ifdef __thumb2__
- itt eq @ Thumb2 thing, sanity check in ARM
+ itt eq @ Thumb2 thing, validity check in ARM
#endif
subeq r2,r11,#216
beq .Ldone
@@ -668,7 +668,7 @@ _armv4_AES_set_encrypt_key:
subs r12,r12,#1
str r3,[r11,#-20]
#ifdef __thumb2__
- itt eq @ Thumb2 thing, sanity check in ARM
+ itt eq @ Thumb2 thing, validity check in ARM
#endif
subeq r2,r11,#256
beq .Ldone