summaryrefslogtreecommitdiff
path: root/src/manager/crypto/tz-backend/tz-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/crypto/tz-backend/tz-context.h')
-rw-r--r--src/manager/crypto/tz-backend/tz-context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manager/crypto/tz-backend/tz-context.h b/src/manager/crypto/tz-backend/tz-context.h
index fdce3ebd..123c21e1 100644
--- a/src/manager/crypto/tz-backend/tz-context.h
+++ b/src/manager/crypto/tz-backend/tz-context.h
@@ -26,6 +26,7 @@
#include <km_ta_defines.h>
#include <memory>
#include <tz-backend/obj.h>
+#include <generic-backend/encryption-params.h>
namespace CKM {
namespace Crypto {
@@ -49,7 +50,7 @@ public:
RawBuffer &pwdTag);
void importData(uint32_t dataType,
const RawBuffer &data,
- const RawBuffer &encIV,
+ const Crypto::EncryptionParams &encData,
const RawBuffer &pwd,
const RawBuffer &pwdIV,
const uint32_t keySizeBits,