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

Side by Side Diff: third_party/boringssl/linux-arm/crypto/fipsmodule/aesv8-armx32.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 #include <openssl/arm_arch.h> 2 #include <openssl/arm_arch.h>
3 3
4 #if __ARM_MAX_ARCH__>=7 4 #if __ARM_MAX_ARCH__>=7
5 .text 5 .text
6 .arch armv7-a 6 .arch armv7-a
7 .fpu neon 7 .fpu neon
8 .code 32 8 .code 32
9 .align 5 9 .align 5
10 .Lrcon: 10 .Lrcon:
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 vst1.8 {q2},[r1]! 753 vst1.8 {q2},[r1]!
754 beq .Lctr32_done 754 beq .Lctr32_done
755 vst1.8 {q3},[r1] 755 vst1.8 {q3},[r1]
756 756
757 .Lctr32_done: 757 .Lctr32_done:
758 vldmia sp!,{d8,d9,d10,d11,d12,d13,d14,d15} 758 vldmia sp!,{d8,d9,d10,d11,d12,d13,d14,d15}
759 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,pc} 759 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,pc}
760 .size aes_hw_ctr32_encrypt_blocks,.-aes_hw_ctr32_encrypt_blocks 760 .size aes_hw_ctr32_encrypt_blocks,.-aes_hw_ctr32_encrypt_blocks
761 #endif 761 #endif
762 #endif 762 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698