summaryrefslogtreecommitdiffstats
path: root/keymaster
diff options
context:
space:
mode:
Diffstat (limited to 'keymaster')
-rw-r--r--keymaster/keymaster_tuna.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/keymaster/keymaster_tuna.cpp b/keymaster/keymaster_tuna.cpp
index fbc654f..15c56f2 100644
--- a/keymaster/keymaster_tuna.cpp
+++ b/keymaster/keymaster_tuna.cpp
@@ -903,6 +903,7 @@ static int tee_open(const hw_module_t* module, const char* name,
dev->delete_keypair = tee_delete_keypair;
dev->sign_data = tee_sign_data;
dev->verify_data = tee_verify_data;
+ dev->delete_all = NULL;
CK_RV initializeRV = C_Initialize(NULL);
if (initializeRV != CKR_OK) {