History log of /external/openssl/crypto/x86cpuid.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
79a629e841a8c33b1a5c4e48529905c9812ea307 24-Jul-2014 Dmitriy Ivanov <dimitry@google.com> Fix text relocation for x86

Cherry-pick of 6206682a35760eb6ddb25172df2ae9f03d12e594 from OpenSSL
repository.

Bug: 14296739
Change-Id: I629d2494c67570b78ba5a57ed6f6c556233d08e4
/external/openssl/crypto/x86cpuid.S
c34190ed12e47436253524e764732bbb7990dcae 28-May-2014 Kenny Root <kroot@google.com> Fix x86 and x86_64 assembly generation

The CFLAGS need to be passed to the x86 assembly generating script so it
can select the right features.

Also add define flags to both x86 and x86_64 so it uses the VPAES and
BSAES implementations if applicable.

Change-Id: Iea2de77609be9c8595e6db0e4542fdff90b60611
/external/openssl/crypto/x86cpuid.S
ff41a4bc41ae1e1391f9b05117623ff70b985983 07-Jan-2014 Kenny Root <kroot@google.com> Import OpenSSL 1.0.1f

Upgrade to the new OpenSSL 1.0.1f release. SHA-1 hash of file:
9ef09e97dfc9f14ac2c042f3b7e301098794fc0f openssl-1.0.1f.tar.gz

Some changes had to be made to the existing source:

Fixed the import script to work with "sh -x" for debugging problems.

Update some of the files from patches/ to work with 1.0.1f, because
1.0.1f fixes have used some of the constants that were used (0x20L was
changed to 0x80L and 0x40L was changed to 0x100L).

Delete the "Makefile.save" files that are newly present in the
OpenSSL 1.0.1f release tarball.

Change-Id: Ib0f13b91e863157da23ec1d736ff2d788897d9f1
/external/openssl/crypto/x86cpuid.S
19d5d6fe6ced25a9888f107d5e3957d3a1800a82 10-Dec-2012 David 'Digit' Turner <digit@android.com> Add x86 cpuid assembly file.

This patch does the following:

- Adds the generation of crypto/x86cpuid.S in import_openssl.sh.

- Modifies Crypto.mk to ensure that the corresponding functions
are linked and used at runtime.

Note that mem_clr.c is removed from the x86 build. Its sole purpose
is to provide a generic implementation of OPENSSL_cleanse, which is
provided by the x86cpuid.S source file now.

Change-Id: I7cbf6b12220def11498e591dc64787ef76303c9e
/external/openssl/crypto/x86cpuid.S