Mercurial > dropbear
comparison aes-arm.S @ 911:367205a2c1c4 asm
Include license information for Cryptogams routines
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 27 Feb 2014 22:30:56 +0800 |
parents | 3ca7113936c1 |
children |
comparison
equal
deleted
inserted
replaced
910:89555751c489 | 911:367205a2c1c4 |
---|---|
1 //#include "arm_arch.h" | 1 @ Generated by aes-armv4.pl |
2 @ ==================================================================== | |
3 @ Written by Andy Polyakov <[email protected]> for the OpenSSL | |
4 @ project. The module is, however, dual licensed under OpenSSL and | |
5 @ CRYPTOGAMS licenses depending on where you obtain it. For further | |
6 @ details see http://www.openssl.org/~appro/cryptogams/. | |
7 @ ==================================================================== | |
8 @ | |
9 | |
2 #define __ARM_ARCH__ 6 | 10 #define __ARM_ARCH__ 6 |
3 .text | 11 .text |
4 .code 32 | 12 .code 32 |
5 | 13 |
6 .type AES_Te,%object | 14 .type AES_Te,%object |