OLD | NEW |
1 #if defined(__arm__) | 1 #if defined(__arm__) |
2 | 2 |
3 @ ==================================================================== | 3 @ ==================================================================== |
4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL | 4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL |
5 @ project. The module is, however, dual licensed under OpenSSL and | 5 @ project. The module is, however, dual licensed under OpenSSL and |
6 @ CRYPTOGAMS licenses depending on where you obtain it. For further | 6 @ CRYPTOGAMS licenses depending on where you obtain it. For further |
7 @ details see http://www.openssl.org/~appro/cryptogams/. | 7 @ details see http://www.openssl.org/~appro/cryptogams/. |
8 @ | 8 @ |
9 @ Specific modes and adaptation for Linux kernel by Ard Biesheuvel | 9 @ Specific modes and adaptation for Linux kernel by Ard Biesheuvel |
10 @ <ard.biesheuvel@linaro.org>. Permission to use under GPL terms is | 10 @ <ard.biesheuvel@linaro.org>. Permission to use under GPL terms is |
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2567 | 2567 |
2568 mov sp, r3 | 2568 mov sp, r3 |
2569 #ifdef XTS_CHAIN_TWEAK | 2569 #ifdef XTS_CHAIN_TWEAK |
2570 vst1.8 {q8}, [r1] | 2570 vst1.8 {q8}, [r1] |
2571 #endif | 2571 #endif |
2572 VFP_ABI_POP | 2572 VFP_ABI_POP |
2573 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return | 2573 ldmia sp!, {r4,r5,r6,r7,r8,r9,r10, pc} @ return |
2574 | 2574 |
2575 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt | 2575 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt |
2576 #endif | 2576 #endif |
2577 #endif | 2577 #endif |
OLD | NEW |