diff options
author | Steven Laver <lavers@google.com> | 2020-03-13 18:55:10 -0700 |
---|---|---|
committer | Steven Laver <lavers@google.com> | 2020-03-13 18:55:10 -0700 |
commit | 2179b23fcbcff9f6b917f45822c4e11ba4f7fabe (patch) | |
tree | 0d88266ae289b395c6dd2526e6a408196f29f9b5 | |
parent | a2e9c069bd7a8ac10dc60b0a311bdd9479d79c2e (diff) | |
parent | 7cd5d1a0378654e31bdf95db5f44e53e793de5f7 (diff) |
Merge RP1A.200313.001
Change-Id: I1a4fc04679bcece88666d571f3bfb43391644ac0
-rw-r--r-- | include/hardware/keymaster_defs.h | 2 |
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. */ |