| OLD | NEW |
| 1 #if defined(__arm__) | 1 #if defined(__arm__) |
| 2 @ Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. | 2 @ Copyright 2012-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 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2558 mov sp, r3 | 2558 mov sp, r3 |
| 2559 #ifdef XTS_CHAIN_TWEAK | 2559 #ifdef XTS_CHAIN_TWEAK |
| 2560 vst1.8 {q8}, [r1] | 2560 vst1.8 {q8}, [r1] |
| 2561 #endif | 2561 #endif |
| 2562 VFP_ABI_POP | 2562 VFP_ABI_POP |
| 2563 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return | 2563 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return |
| 2564 | 2564 |
| 2565 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt | 2565 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt |
| 2566 #endif | 2566 #endif |
| 2567 #endif | 2567 #endif |
| OLD | NEW |