Patch XTS out of ARMv7 bsaes too.

Bug: 256
Change-Id: I822274bf05901d82b41dc9c9c4e6d0b5d622f3ff
Reviewed-on: https://boringssl-review.googlesource.com/c/34871
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2019-02-02 22:21:48 +00:00 committed by Adam Langley
parent fb35b147ca
commit 4d8e1ce5e9

View File

@ -1620,7 +1620,8 @@ bsaes_ctr32_encrypt_blocks:
.size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
___
}
{
# In BorinSSL, we patch XTS support out.
if (0) {
######################################################################
# void bsaes_xts_[en|de]crypt(const char *inp,char *out,size_t len,
# const AES_KEY *key1, const AES_KEY *key2,