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

Side by Side Diff: third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S

Issue 2811393005: Roll src/third_party/boringssl/src c8ff30cbe..bc6a76b0e (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(__aarch64__) 1 #if defined(__aarch64__)
2 #include <openssl/arm_arch.h> 2 #include <openssl/arm_arch.h>
3 3
4 .text 4 .text
5 5
6 6
7 .globl sha256_block_data_order 7 .globl sha256_block_data_order
8 .hidden sha256_block_data_order 8 .hidden sha256_block_data_order
9 .type sha256_block_data_order,%function 9 .type sha256_block_data_order,%function
10 .align 6 10 .align 6
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 1137
1138 cbnz x2,.Loop_hw 1138 cbnz x2,.Loop_hw
1139 1139
1140 st1 {v0.4s,v1.4s},[x0] 1140 st1 {v0.4s,v1.4s},[x0]
1141 1141
1142 ldr x29,[sp],#16 1142 ldr x29,[sp],#16
1143 ret 1143 ret
1144 .size sha256_block_armv8,.-sha256_block_armv8 1144 .size sha256_block_armv8,.-sha256_block_armv8
1145 .comm OPENSSL_armcap_P,4,4 1145 .comm OPENSSL_armcap_P,4,4
1146 #endif 1146 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698