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:
parent
fb35b147ca
commit
4d8e1ce5e9
@ -1620,7 +1620,8 @@ bsaes_ctr32_encrypt_blocks:
|
|||||||
.size bsaes_ctr32_encrypt_blocks,.-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,
|
# void bsaes_xts_[en|de]crypt(const char *inp,char *out,size_t len,
|
||||||
# const AES_KEY *key1, const AES_KEY *key2,
|
# const AES_KEY *key1, const AES_KEY *key2,
|
||||||
|
Loading…
Reference in New Issue
Block a user