summaryrefslogtreecommitdiffstats
path: root/key_blob_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Limit dup_buffer to 16 MiB allocations.Shawn Willden2015-06-251-11/+15
* Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden2015-06-221-0/+67
* Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG.Shawn Willden2015-06-021-1/+0
* Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden2015-05-261-207/+186
* Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden2015-05-231-186/+207
* Large refactor to move context out of AndroidKeymaster.Shawn Willden2015-05-201-207/+186
* Remove references to Google in Android keymaster reference implementation.Shawn Willden2015-05-181-1/+1
* Modify unit tests to run on-device as well as on the dev machine.Shawn Willden2015-04-101-9/+0
* Remove a bunch of unused variables.Shawn Willden2015-04-101-6/+0
* Remove refs to KM_ORIGIN_HARDWARE and KM_ORIGIN_SOFTWARE.Shawn Willden2015-04-101-1/+1
* Add version & length fields to GoogleKeymaster key format.Shawn Willden2014-09-231-4/+34
* Refactor KeyBlob to separate encryption functionality.Shawn Willden2014-09-231-33/+37
* Move key_blob.h in to include/keymaster, to export it.Shawn Willden2014-08-271-1/+1
* Reorganize system/keymaster.Shawn Willden2014-08-261-3/+4
* Change to enable KEYMASTER_NAME_TAGS globally.Shawn Willden2014-08-121-1/+0
* Allow building tests with Clang, and fix some bugs Clang diagnosed.Shawn Willden2014-08-121-20/+18
* Implement GetKeyCharacteristics.Shawn Willden2014-08-121-14/+0
* Handle "hidden" authorization tags correctly.Shawn Willden2014-08-111-47/+88
* Improve authorization_set test coverage.Shawn Willden2014-08-111-0/+1
* Change authorization set serialization approach to ensure that 32 vs 64Shawn Willden2014-08-091-19/+23
* Refactor and expand KeyBlob capabilities.Shawn Willden2014-08-091-0/+264