summaryrefslogtreecommitdiffstats
path: root/tests/keymaster/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous OpenSSL include paths.Adam Langley2015-01-221-3/+0
| | | | | | | | 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. Change-Id: I9030a3747b8a1f18acd0308746cb2f63d4123f8b
* Don't manually link stlport.Dan Albert2014-09-261-11/+2
| | | | Change-Id: Ib5a6e31b3a6dea39b45727a49356fa2838ea77bc
* Enhance keymaster testsKenny Root2012-08-091-0/+2
| | | | | | | | | | | | | | Check the key values of successful attempts. For imported keys, the key values should match the input values when they're returned. For generated keys, the modulus size should be correct and the public exponent should be correct. Bug: 6736252 Bug: http://code.google.com/p/android/issues/detail?id=34212 Change-Id: I37ed97d36ebfbe4301b43426129928bcb53c39f8
* Use frameworks/native copy of UniquePtr.hKenny Root2012-03-221-1/+0
| | | | Change-Id: Idfe46c057699b5f019f84e588bb8a9697e48236c
* Add tests for keymaster APIKenny Root2012-03-191-0/+30
This adds unit tests for implementors of the keymaster API. It can be compiled and run as a stand-alone executable. Change-Id: Id5bb8f4533b744c254b52e07df66a8d158dfda0d