History log of /external/openssl/crypto/aes/asm/aes-mips.pl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2178392bec7b69d0f469bce29f653c9fbd09b614 02-Aug-2012 Chris Dearman <chris@mips.com> [MIPS] Append private_ to AES_set_encrypt_key and AES_set_decrypt_key for MIPS.
Update import script to generate o32 .s files for MIPS.

Release 1.0.1 of openssl renamed the C and assembler routines for
AES_set_encrypt_key() and AES_set_decrypt_key(), but forgot to do this in the
Mips assembler version. The following mips_private.patch fixes that
problem in the upstream source, until such time as it is fixed upstream.

The upstream version of openssl builds for a "n32" Mips abi used on SGI
workstations. Android's import_openssl.sh script is now modified to
build for the "o32" abi used throughout Mips Android. That change is
permanent, and will not be upstreamed.

Signed-off-by: Raghu Gandham <raghu@mips.com>

Change-Id: Iec5ce7f11a74a3674e96057f2ce97d8ba9238464
/external/openssl/crypto/aes/asm/aes-mips.pl
b83a02d94f9ba66fc5da46c2e27572674ea17931 21-Feb-2012 Petar Jovanovic <petar.jovanovic@rt-rk.com> From 67b1ae72527c9e173ace98e805e8b9c090455873 Mon Sep 17 00:00:00 2001
Subject: [MIPS] MIPS assembler pack update

Asm changes have been taken from http://cvs.openssl.org/chngview?cn=21708
These should discarded when the code base moves to OpenSSL 1.0.1 or above.

Additional changes have also been added to the Android make files, so it builds
correctly for MIPS architecture.

Change-Id: Ifc139e624d50510727180b03b15e15f7bbeda4d1
Signed-Off-By: Petar Jovanovic <petarj@mips.com>
/external/openssl/crypto/aes/asm/aes-mips.pl