On 30/06/11 11:46, Andreas Müller wrote:
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


ah-ha - all becomes clear now...

--
Tim Watts
Personal Blog: http://www.dionic.net/tim/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to