summaryrefslogtreecommitdiffstats
path: root/android_keymaster
Commit message (Expand)AuthorAgeFilesLines
* Add missing TAG definition TAG_UNLOCKED_DEVICE_REQUIREDJanis Danisevskis2018-11-271-0/+1
* Wait for property to be createdWei Wang2018-10-101-13/+17
* Allow no digest given to imply KM_DIGEST_NONE if it was authorizedJanis Danisevskis2018-10-101-2/+7
* Improve KeymasterContext const correctnessShawn Willden2018-08-171-3/+3
* Fix bugs in authorization set deserializationRoberto Pereira2018-08-091-3/+17
* Fix GGC compilation errorsRoberto Pereira2018-08-091-1/+1
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-305-33/+33
* Rename <cutils/log.h> to <log/log.h> am: 9480701e69Logan Chien2018-04-231-1/+1
* Annotate switch cases that fallthrough. am: 335949a09dNick Bray2018-03-301-4/+4
* Add "unlocked device required" APIBrian Young2018-03-282-2/+10
* Revert "Restore "Add "Unlocked device required" parameter to keys""Brian Young2018-02-232-10/+2
* Restore "Add "Unlocked device required" parameter to keys"Brian C. Young2018-02-152-2/+10
* AuthorizationSet: Clear() should also reset the error_ fieldJanis Danisevskis2018-01-301-0/+1
* Merge "Add additional parameters to importWrappedKey"TreeHugger Robot2018-01-222-4/+21
|\
| * Add additional parameters to importWrappedKeyShawn Willden2018-01-192-4/+21
* | Add VerifyAuthorization support.Shawn Willden2018-01-192-0/+56
|/
* Add Triple DES supportShawn Willden2018-01-171-0/+1
* AndroidKeymaster: ImportWrappedKeyShawn Willden2018-01-174-0/+92
* Move Key into OperationShawn Willden2018-01-162-27/+12
* Implement HMAC sharing in Android keymaster.Shawn Willden2018-01-072-0/+95
* Key class takes ownership of AuthorizationSetsJanis Danisevskis2017-10-021-59/+25
* Add AuthProxy to authorization_set.hJanis Danisevskis2017-10-021-1/+1
* UniquePtrize OperationsJanis Danisevskis2017-10-022-20/+8
* Moved operation handle generation into the begin operationJanis Danisevskis2017-10-022-32/+24
* Move attestation related code to seperate compilation unitJanis Danisevskis2017-10-021-2/+10
* Removed unused code and more cleanupJanis Danisevskis2017-10-021-5/+0
* Factoring GenerateRandom out of the KeymasterContextJanis Danisevskis2017-10-022-7/+6
* Removed KeymasterEnforcement dependencies on opensslJanis Danisevskis2017-10-021-28/+0
* Reorganize keymaster directoriesJanis Danisevskis2017-10-0212-0/+3271