On 06/30/2011 11:53 AM, ty hawk wrote:
I have compile completely openssl on windows, found it used aes-586.pl <http://aes-586.pl> and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl <http://aes-armv4.pl> replace for aes-586.pl <http://aes-586.pl>.
Why don't you just run the file through perl? aes-armv4.pl is a Perl script that generates the assembler code for the AES implementation. The script is very easy (read it!), it essentially replaces symbolic register names (perl variables) by correct ARM register names.
Best regards Andreas Müller -- Prof. Dr. Andreas Mueller andreas.muel...@othello.ch Bubental 53, 8852 Altendorf Voice: +41 55 4621481 Fax/Data: +41 55 4621482 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org