History log of /system/core/libmincrypt/sha.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
515e1639ef0ab5e3149fafeffce826cf654d616f 10-Apr-2013 Doug Zongker <dougz@android.com> mincrypt: support SHA-256 hash algorithm

- adds a library to compute the SHA-256 hash

- updates the RSA verifier to take an argument specifying either SHA-1
or SHA-256

- updates DumpPublicKey to with new "key" version numbers for
specifying SHA-256

- adds new argument to adb auth code to maintain existing behavior

Change-Id: I5b1406cf57c2b8993f6032eda3e29139f7740839
/system/core/libmincrypt/sha.c
90b06ac786f859895ac503cf42759c2706205700 21-Aug-2009 Doug Zongker <dougz@android.com> only use faster SHA-1 code on machines with good libc

Macs don't have byteswap.h or endian.h. Change conditionals to only
use the faster SHA-1 code on little-endian machines with byteswap.h.
/system/core/libmincrypt/sha.c
a6de77de1727d5c40fdfdf841f3e8d13e0fc0140 18-Aug-2009 Doug Zongker <dougz@android.com> add optimized SHA1 algorithm

This optimized implementation of the SHA1 algorithm is about 28%
faster than the old one (on sapphire hardware) but assumes
little-endianness. Add it, but continue using the old implementation
on big-endian hardware.
/system/core/libmincrypt/sha.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/libmincrypt/sha.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/libmincrypt/sha.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/libmincrypt/sha.c