Skip to content

Commit

Permalink
Roll src/third_party/boringssl/src 9f0e7cb31..cece32610
Browse files Browse the repository at this point in the history
https://boringssl.googlesource.com/boringssl/+log/9f0e7cb314ae64234b928fd379381ae9760a9a5f..cece32610b89549386b42b2032dd5d8a423af6c8

BUG=none

Change-Id: I3e35ab9410002fd62c6b7d75ef1cf7edbda41b44
Reviewed-on: https://chromium-review.googlesource.com/1028870
Reviewed-by: Steven Valdez <svaldez@chromium.org>
Commit-Queue: Steven Valdez <svaldez@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554454}
  • Loading branch information
davidben authored and Commit Bot committed Apr 27, 2018
1 parent 6d6a777 commit e24cb2e
Show file tree
Hide file tree
Showing 9 changed files with 1,937 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
'boringssl_revision': '9f0e7cb314ae64234b928fd379381ae9760a9a5f',
'boringssl_revision': 'cece32610b89549386b42b2032dd5d8a423af6c8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other.
Expand Down
31 changes: 16 additions & 15 deletions third_party/boringssl/crypto_test_data.cc

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e24cb2e

Please sign in to comment.