summaryrefslogtreecommitdiff
path: root/srcs/key_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/key_handler.h')
-rw-r--r--srcs/key_handler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/srcs/key_handler.h b/srcs/key_handler.h
index f5ce3e4..871fe60 100644
--- a/srcs/key_handler.h
+++ b/srcs/key_handler.h
@@ -42,10 +42,9 @@ int _get_preloaded_app_dek_file_path(const char *pkg_id, size_t size, char *path
int _read_encrypted_app_dek_from_file(const char *pkg_id, raw_buffer_s **pencrypted);
int _write_encrypted_app_dek_to_file(const char *pkg_id, const raw_buffer_s *encrypted);
void _remove_directory(const char *path);
-const char *_get_dek_kek_pub_key_path();
-const char *_get_dek_kek_pri_key_path();
const char *_get_dek_store_path();
+
/* functions for interface */
int get_app_ce(uid_t uid, const char *pkg_id, wae_app_type_e app_type,
bool create_for_migrated_app, const crypto_element_s **pce);