summaryrefslogtreecommitdiffstats
path: root/include/hardware/keymaster1.h
Commit message (Collapse)AuthorAgeFilesLines
* Correct keymaster1 documentation.Shawn Willden2015-07-231-95/+65
| | | | | Bug: 22291207 Change-Id: I130d2ab2110321dc2228d41a154750da3a3f0b75
* Add output params to update() and finish().Shawn Willden2015-06-011-15/+16
| | | | | | | Also, change signatures of several methods to pass structs rather than array pointers and lengths. Change-Id: Iaa1be186ebbd444202c47926ab57ac65d57416d7
* Remove rescoping.Shawn Willden2015-05-121-40/+2
| | | | | | | | | Rescoping was never a very good solution to the problem of supporting multiple sets of authorizations for a given key material. For M we're removing it and in the future a better solution will be provided. Change-Id: I6f7585274487bd66e4d90e89014af41e9aa30411 (cherry picked from commit 7f10ab99fc63e99252d924b9e0bdfefef5374b40)
* Correct return type of delete_all_keys.Shawn Willden2015-04-101-3/+1
| | | | Change-Id: Ic868882a4b456913879f91562442ef233a58d09e
* Separate keymaster0 and keymaster1 HALs.Shawn Willden2015-02-241-0/+617
For now the keymaster1 HAL still includes all of the keymaster0 entry points, and soft_keymaster_device will continue to implement them. In the near future the keymaster0 entry points will be removed, as soon as we can ensure that keystore no longer needs them. Change-Id: I5c54282c12d1c4b8b22ed4929b6e6c724a94ede4