summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-01-30 21:11:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-30 21:11:07 +0000
commitf4d0f3e6a88c485203f878ffb87048a9c97e9ffb (patch)
treec6c52a8aa04d6f405b12a86e311741d1c6a696cc
parenta2181d40071253ecf5c3679f7d8f84b9867cfd03 (diff)
parent9d18fd1f52500c284864105634802ceebb25ace2 (diff)
downloadlibhardware-f4d0f3e6a88c485203f878ffb87048a9c97e9ffb.tar.gz
Merge cherrypicks of [3535875, 3534641, 3534642, 3536651, 3536652, 3536653, 3535904, 3535498, 3536654, 3535876, 3534643, 3535905] into pi-release
Change-Id: I4ff0509dde4196c6d0331d7fc2108302cf0be3f1
-rw-r--r--include/hardware/keymaster_defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hardware/keymaster_defs.h b/include/hardware/keymaster_defs.h
index 25a4faac..6e812f29 100644
--- a/include/hardware/keymaster_defs.h
+++ b/include/hardware/keymaster_defs.h
@@ -112,8 +112,6 @@ typedef enum {
KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506, /* Allow key to be used after authentication timeout
* if device is still on-body (requires secure
* on-body sensor. */
- KM_TAG_UNLOCKED_DEVICE_REQUIRED = KM_BOOL | 508, /* Require the device screen to be unlocked if the
- * key is used. */
/* Application access control */
KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600, /* Specified to indicate key is usable by all
@@ -454,7 +452,6 @@ typedef enum {
KM_ERROR_KEYMASTER_NOT_CONFIGURED = -64,
KM_ERROR_ATTESTATION_APPLICATION_ID_MISSING = -65,
KM_ERROR_CANNOT_ATTEST_IDS = -66,
- KM_ERROR_DEVICE_LOCKED = -71,
KM_ERROR_UNIMPLEMENTED = -100,
KM_ERROR_VERSION_MISMATCH = -101,