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

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

Issue 1608963004: Roll src/third_party/boringssl/src afe57cb14..6c22f542f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn Created 4 years, 11 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 2
3 @ ==================================================================== 3 @ ====================================================================
4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
5 @ project. The module is, however, dual licensed under OpenSSL and 5 @ project. The module is, however, dual licensed under OpenSSL and
6 @ CRYPTOGAMS licenses depending on where you obtain it. For further 6 @ CRYPTOGAMS licenses depending on where you obtain it. For further
7 @ details see http://www.openssl.org/~appro/cryptogams/. 7 @ details see http://www.openssl.org/~appro/cryptogams/.
8 @ 8 @
9 @ Specific modes and adaptation for Linux kernel by Ard Biesheuvel 9 @ Specific modes and adaptation for Linux kernel by Ard Biesheuvel
10 @ <ard.biesheuvel@linaro.org>. Permission to use under GPL terms is 10 @ <ard.biesheuvel@linaro.org>. Permission to use under GPL terms is
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 2567
2568 mov sp, r3 2568 mov sp, r3
2569 #ifdef XTS_CHAIN_TWEAK 2569 #ifdef XTS_CHAIN_TWEAK
2570 vst1.8 {q8}, [r1] 2570 vst1.8 {q8}, [r1]
2571 #endif 2571 #endif
2572 VFP_ABI_POP 2572 VFP_ABI_POP
2573 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return 2573 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return
2574 2574
2575 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt 2575 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt
2576 #endif 2576 #endif
2577 #endif 2577 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-arm/crypto/aes/aesv8-armx32.S ('k') | third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698