Skip to content
Commit 2178392b authored by Chris Dearman's avatar Chris Dearman Committed by Duane Sand
Browse files

[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: default avatarRaghu Gandham <raghu@mips.com>

Change-Id: Iec5ce7f11a74a3674e96057f2ce97d8ba9238464
parent 2a9ba314
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment