summaryrefslogtreecommitdiff
path: root/src/manager/crypto/tz-backend/store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/crypto/tz-backend/store.cpp')
-rw-r--r--src/manager/crypto/tz-backend/store.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/manager/crypto/tz-backend/store.cpp b/src/manager/crypto/tz-backend/store.cpp
index 92aaad55..3404acbb 100644
--- a/src/manager/crypto/tz-backend/store.cpp
+++ b/src/manager/crypto/tz-backend/store.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2015 - 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -172,8 +172,9 @@ Token Store::import(const Data &data, const Password &pass)
return Token(m_backendId, data.type, pack(keyId, pass, iv, tag));
}
-Token Store::importEncrypted(const Data &, const Password &,
- const DataEncryption &)
+Token Store::importEncrypted(const Data &,
+ const Password &,
+ const RawBuffer &)
{
ThrowErr(Exc::Crypto::OperationNotSupported,
"Encrypted import is not yet supported on TrustZone backend!");