summaryrefslogtreecommitdiffstats
path: root/include/hardware/hw_auth_token.h
Commit message (Collapse)AuthorAgeFilesLines
* am 9e4985e8: am 845ffcea: Merge "hw_auth_token: make timestamp 64 bits"Andres Morales2015-04-131-1/+1
|\ | | | | | | | | * commit '9e4985e8cb40e6e53a01a1080c210c0c09be305f': hw_auth_token: make timestamp 64 bits
| * hw_auth_token: make timestamp 64 bitsAndres Morales2015-04-131-1/+1
| | | | | | | | Change-Id: I1f871300cd2edb407479e1e38284b068db364b38
| * Add HW_AUTH_TOKEN_VERSION constantAndres Morales2015-04-111-0/+2
| | | | | | | | Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
* | am 2d19dbfe: am 5d8d3981: Merge "Start authenticator numbering from 1, ↵Shawn Willden2015-04-101-2/+2
|\ \ | |/ | | | | | | | | | | instead of 2." * commit '2d19dbfed66adff49d58231483a887c6dd63a7b8': Start authenticator numbering from 1, instead of 2.
| * Start authenticator numbering from 1, instead of 2.Shawn Willden2015-04-061-2/+2
| | | | | | | | Change-Id: I44d94fd597ae7dec5199388b9ab0bd952cf831c3
* | fix extern C declAndres Morales2015-04-091-2/+2
| | | | | | | | | | | | extern C should be declared for C++ files, not C files Change-Id: I3e30af2e45774b50259b9575cf699d7c0b455cad
* | Add HW_AUTH_TOKEN_VERSION constantAndres Morales2015-04-081-0/+2
|/ | | | Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
* Use extern "C" rather than BEGIN/END_DECLS.Shawn Willden2015-03-181-2/+6
| | | | | | | For compatibility with Trusty. I'll probably revert this later after I find a proper fix for Trusty. Change-Id: I49b4ae55251398eec2a6633e09bbc468f16a4d14
* Add KM_TAG_AUTH_TOKEN and corresponding auth token structure.Shawn Willden2015-03-181-0/+47
We may want to put the auth token structure elsewhere; it's consumed by keymaster but produced by other components. Bug: 19511945 Change-Id: Id9a22ad32137f3e0380c2812f790bbecab511d11