Merge "Added identity credential key to keymaster tag set." am: 0f6a221b62 am: 353924555e am: 0f30f984e8

Change-Id: I5de8c4ccb342d581a22df3ed73be325d6d27edc9
This commit is contained in:
Automerger Merge Worker 2020-02-25 21:58:14 +00:00
commit 049d475022

View file

@ -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. */