Added identity credential key to keymaster tag set. am: de4d82fc16
am: 2722b2bd63
am: da530f2e81
Change-Id: Idb61e280a9cbb740530ce7ca061079c6da2a1d7f
This commit is contained in:
commit
942d239dec
1 changed files with 2 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue