summaryrefslogtreecommitdiff
path: root/hmac_operation.h
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2014-12-31 12:14:46 -0700
committerShawn Willden <swillden@google.com>2015-03-04 13:22:15 -0700
commit567a4a04f43d35b785d50508e6459b01f2ab4d14 (patch)
tree215bc12078d545398b7d58f07b6c6409a98cde4e /hmac_operation.h
parent04b3b1ea3af7a9f19d51b8685aa683c08753e23c (diff)
downloadkeymaster-567a4a04f43d35b785d50508e6459b01f2ab4d14.tar.gz
Switch to using global logger
Change-Id: I7af02342320a9a431cd9845baaf5dbcf61d460c2
Diffstat (limited to 'hmac_operation.h')
-rw-r--r--hmac_operation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmac_operation.h b/hmac_operation.h
index 41325b6..8baabe0 100644
--- a/hmac_operation.h
+++ b/hmac_operation.h
@@ -25,8 +25,8 @@ namespace keymaster {
class HmacOperation : public Operation {
public:
- HmacOperation(keymaster_purpose_t purpose, const Logger& logger, const uint8_t* key_data,
- size_t key_data_size, keymaster_digest_t digest, size_t tag_length);
+ HmacOperation(keymaster_purpose_t purpose, const uint8_t* key_data, size_t key_data_size,
+ keymaster_digest_t digest, size_t tag_length);
~HmacOperation();
virtual keymaster_error_t Begin(const AuthorizationSet& input_params,