History log of /system/vold/tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2ad849b607e35670a9dcf8f0f6b0dfca02a776dd 07-Feb-2017 Janis Danisevskis <jdanis@google.com> Add CryptfsScryptHidlizationEquivalenceTest

Disk encryption keys are derived using scrypt. If available, this is
done by means of keymaster. An RSA key is generated and password is
signed by that key. The signature is used as the key.

With the hidlization of the keymaster HAL, this code had to be ported.
This test checks the equivalence of the legacy implementation with
the new hildized one.

Test: run /data/nativetest/vold_cryptfs_scrypt_hidlization_equivalence_test/vold_cryptfs_scrypt_hidlization_equivalence_test

Bug: 35028230
Bug: 32020919
Change-Id: Iabf4686dbff5341791ba3a98d7c95c5058c234f9
ndroid.mk
ryptfsScryptHidlizationEquivalence_test.cpp
4315c6a0c34cb0200def12a05ad5c8c9d4a37d44 06-Dec-2016 Paul Crowley <paulcrowley@google.com> Enable building and running the vold_tests module as part of a
standard build; make it use only static libraries as per documented
limitations of APCT.

Bug: 33384925
Test: This is a test.
Change-Id: I794adbfa3376795120cfbca1e9322093960009b5
ndroid.mk
41405bb3e5cdde0782bfcf7065b88ce1bb253c3c 23-Jan-2015 Adam Langley <agl@google.com> Remove superfluous OpenSSL include paths.

The libcrypto and libssl modules (and their respective static and host
versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module
is sufficient.

Additionally, cryptfs.h was including an OpenSSL header just to get the
length of a SHA-256 hash. Rather than force all users of this header to
also depend on libcrypto, it's easier just to define that value in the
header file.

Change-Id: I3e3e0db906a212e1093944b298e4a8ff2e2fb07d
ndroid.mk
b2aaf3afa1dc48f28e87a30db3a741318a1f0024 12-Sep-2014 Dan Albert <danalbert@google.com> Remove makefile cruft.

Don't manually include stlport, and don't use private bionic headers.

Change-Id: I44dd212fdd5874e625890c548e9d7bf3a9c27912
ndroid.mk
acc9e7dcca8978fc809fa5b4d9b819c515a980ff 19-Jun-2010 Kenny Root <kroot@google.com> Change ASCII conversion for hash and add tests

Hash was printed using snprintf(), but we can just write yet another hex
conversion utility!

Change-Id: I04f1992deaf5bf1b3e2751c8f07072f8ed6660e9
ndroid.mk
olumeManager_test.cpp