Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 #if defined(__arm__) | 1 #if defined(__arm__) |
| 2 @ Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. | 2 @ Copyright 2007-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 2798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2809 .size sha256_block_data_order_armv8,.-sha256_block_data_order_armv8 | 2809 .size sha256_block_data_order_armv8,.-sha256_block_data_order_armv8 |
| 2810 #endif | 2810 #endif |
| 2811 .byte 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114 ,109,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,47,65,82,77,118,56,44,32,6 7,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,1 10,115,115,108,46,111,114,103,62,0 | 2811 .byte 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114 ,109,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,47,65,82,77,118,56,44,32,6 7,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,1 10,115,115,108,46,111,114,103,62,0 |
| 2812 .align 2 | 2812 .align 2 |
| 2813 .align 2 | 2813 .align 2 |
| 2814 #if __ARM_MAX_ARCH__>=7 && !defined(__KERNEL__) | 2814 #if __ARM_MAX_ARCH__>=7 && !defined(__KERNEL__) |
| 2815 .comm OPENSSL_armcap_P,4,4 | 2815 .comm OPENSSL_armcap_P,4,4 |
| 2816 .hidden OPENSSL_armcap_P | 2816 .hidden OPENSSL_armcap_P |
| 2817 #endif | 2817 #endif |
| 2818 #endif | 2818 #endif |
| OLD | NEW |