summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSelene Huang <seleneh@google.com>2020-02-13 13:11:20 -0800
committerSelene Huang <seleneh@google.com>2020-02-21 15:58:10 -0800
commit79a5bd607daa67ea30e785d2e5593f471ae8c053 (patch)
tree50d90d48c47a52c4568bbc7dee94c4333f2af608 /include
parent09b2f93ab99baf55fbb4076cb94effea2daa7419 (diff)
Added identity credential key to keymaster tag set.
Bug: 149908474 Test: atest android.security.identity.cts.AttestationTest Test: atest VtsHalIdentityCredentialTarge Change-Id: I5a0336692f894580a46d6e70a5b2e2b6d54508e5
Diffstat (limited to 'include')
-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. */