summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-14Merge "Exclude NEON files for ARMs that do not have it"android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1tools_r22.2kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devjb-mr1.1-dev-plus-aospKenny Root
2013-06-14Exclude NEON files for ARMs that do not have itKenny Root
full_eng is a target that doesn't emulate NEON. Presumably because qemu makes NEON slower than non-NEON. Change-Id: I2153a62da6aef7efa75eae9892822af861ef4476
2013-06-14Merge "Add NEON accelerated functions"Kenny Root
2013-06-14Add NEON accelerated functionsKenny Root
Reference implementation: ScryptTest.TestVectors (2588 ms) NEON acceleration: ScryptTest.TestVectors (1169 ms) Change-Id: I23974b2f0f64435696e75acfbdee1115a699abae
2013-06-14Merge "Add scrypt unit tests"Kenny Root
2013-06-13Add scrypt unit testsKenny Root
Make sure our scrypt library is passing the test vectors provided at: http://tools.ietf.org/html/draft-josefsson-scrypt-kdf-00#page-11 This will allow us to substitute in new Salsa20/8, PBKDF2, etc implementations that are faster without breaking compatibility. Change-Id: I89024b637e0075e5018526e4147148e6fc8e4d96
2013-06-14Merge "Remove patch for bionic"Kenny Root
2013-06-13Remove patch for bionicKenny Root
bionic did not have SIZE_MAX in stdint.h but this was fixed by bionic commit 7c89506e3af3ee97691a98329f0d7b5edef49218 so we no longer need this patch. Change-Id: I49006dafac6c09742004d2cf10bcf76b8ac2bcb5
2013-06-13Merge changes Ib3e9fcbd,Idcc14fedKenny Root
* changes: Use OpenSSL library for PBKDF2 functions Import initial version of scrypt library
2013-06-12Use OpenSSL library for PBKDF2 functionsKenny Root
Change-Id: Ib3e9fcbda26ee95b26c4e4d1c9a4aba78b3ac713
2013-06-12Import initial version of scrypt libraryKenny Root
Change-Id: Idcc14fed4878763ad26855cd99c5e6093ab5b3dd
2013-06-11Initial empty repositoryChad Jones