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

Side by Side Diff: third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha1-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 sha1_block_data_order 7 .globl sha1_block_data_order
8 .hidden sha1_block_data_order 8 .hidden sha1_block_data_order
9 .type sha1_block_data_order,%function 9 .type sha1_block_data_order,%function
10 .align 6 10 .align 6
(...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 .long 0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1 //K_20_39 1207 .long 0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1 //K_20_39
1208 .long 0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc //K_40_59 1208 .long 0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc //K_40_59
1209 .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6 //K_60_79 1209 .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6 //K_60_79
1210 .LOPENSSL_armcap_P: 1210 .LOPENSSL_armcap_P:
1211 .quad OPENSSL_armcap_P-. 1211 .quad OPENSSL_armcap_P-.
1212 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,3 2,102,111,114,32,65,82,77,118,56,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,3 2,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1212 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,3 2,102,111,114,32,65,82,77,118,56,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,3 2,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
1213 .align 2 1213 .align 2
1214 .align 2 1214 .align 2
1215 .comm OPENSSL_armcap_P,4,4 1215 .comm OPENSSL_armcap_P,4,4
1216 #endif 1216 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/err_data.c ('k') | third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698