summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-03-10 02:06:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-03-10 02:06:18 +0000
commit594bce6150b1a0d6670edafbde71f83c85254e07 (patch)
tree2d45a39a297e8c8fc7c0ae3d26c87060cc5780a7
parent215c387df34f1da0b39653aafe47d705b8862f6a (diff)
parentde4d82fc16c848733df1f35c5969a771f06a888b (diff)
downloadlibhardware-594bce6150b1a0d6670edafbde71f83c85254e07.tar.gz
Snap for 6279149 from de4d82fc16c848733df1f35c5969a771f06a888b to rvc-d1-release
Change-Id: Ifbfe696a57a2599255f0409cacd797b9f32dc597
-rw-r--r--include/hardware/keymaster_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware/keymaster_defs.h b/include/hardware/keymaster_defs.h
index 0b7bf8a4..2fbfe46d 100644
--- a/include/hardware/keymaster_defs.h
+++ b/include/hardware/keymaster_defs.h
@@ -164,6 +164,8 @@ typedef enum {
included in attestation */
KM_TAG_DEVICE_UNIQUE_ATTESTATION = KM_BOOL | 720, /* Indicates StrongBox device-unique attestation
is requested. */
+ KM_TAG_IDENTITY_CREDENTIAL_KEY = KM_BOOL | 721, /* This is an identity credential key */
+
/* Tags used only to provide data to or receive data from operations */
KM_TAG_ASSOCIATED_DATA = KM_BYTES | 1000, /* Used to provide associated data for AEAD modes. */