summaryrefslogtreecommitdiff
path: root/keystore/include
diff options
context:
space:
mode:
authorMax Bires <jbires@google.com>2018-02-23 10:53:10 -0800
committerMax Bires <jbires@google.com>2018-04-25 21:46:08 +0000
commit33aac2dda210791b4ba155d204ceff56b77a28a9 (patch)
tree8ec2e99594b9bf9fa74eecb05153252bdc275fe8 /keystore/include
parentcf91dcdee36775965938f5535480d6345821b459 (diff)
downloadsecurity-33aac2dda210791b4ba155d204ceff56b77a28a9.tar.gz
Adding DropBox logging support for keystore functionality
This will allow us to track the actual usage patterns of keystore functions and error occurences. Bug: 36549319 Test: DropBox logging works for keystore tags Change-Id: Iadfba3afebaa0be753212b1111b68f50b77f9978 (cherry picked from commit d6d8952b346f08b4b74199adc1215579f4faeeff)
Diffstat (limited to 'keystore/include')
-rw-r--r--keystore/include/keystore/keymaster_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keystore/include/keystore/keymaster_types.h b/keystore/include/keystore/keymaster_types.h
index bd612940..f3c69079 100644
--- a/keystore/include/keystore/keymaster_types.h
+++ b/keystore/include/keystore/keymaster_types.h
@@ -66,6 +66,7 @@ using keymaster::TAG_APPLICATION_DATA;
using keymaster::TAG_APPLICATION_ID;
using keymaster::TAG_ATTESTATION_APPLICATION_ID;
using keymaster::TAG_AUTH_TIMEOUT;
+using keymaster::TAG_BLOB_USAGE_REQUIREMENTS;
using keymaster::TAG_BLOCK_MODE;
using keymaster::TAG_DIGEST;
using keymaster::TAG_EC_CURVE;
@@ -76,6 +77,7 @@ using keymaster::TAG_MIN_MAC_LENGTH;
using keymaster::TAG_MIN_SECONDS_BETWEEN_OPS;
using keymaster::TAG_NO_AUTH_REQUIRED;
using keymaster::TAG_NONCE;
+using keymaster::TAG_ORIGIN;
using keymaster::TAG_ORIGINATION_EXPIRE_DATETIME;
using keymaster::TAG_PADDING;
using keymaster::TAG_PURPOSE;