Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Side by Side Diff: third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7.S

Issue 2829743002: Roll src/third_party/boringssl/src bc6a76b0e..777fdd644 (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #if defined(__arm__) 1 #if defined(__arm__)
2 @ Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. 2 @ Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
3 @ 3 @
4 @ Licensed under the OpenSSL license (the "License"). You may not use 4 @ Licensed under the OpenSSL license (the "License"). You may not use
5 @ this file except in compliance with the License. You can obtain a copy 5 @ this file except in compliance with the License. You can obtain a copy
6 @ in the file LICENSE in the source distribution or at 6 @ in the file LICENSE in the source distribution or at
7 @ https://www.openssl.org/source/license.html 7 @ https://www.openssl.org/source/license.html
8 8
9 9
10 @ ==================================================================== 10 @ ====================================================================
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 mov sp, r3 2558 mov sp, r3
2559 #ifdef XTS_CHAIN_TWEAK 2559 #ifdef XTS_CHAIN_TWEAK
2560 vst1.8 {q8}, [r1] 2560 vst1.8 {q8}, [r1]
2561 #endif 2561 #endif
2562 VFP_ABI_POP 2562 VFP_ABI_POP
2563 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return 2563 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return
2564 2564
2565 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt 2565 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt
2566 #endif 2566 #endif
2567 #endif 2567 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698