summaryrefslogtreecommitdiffstats
path: root/kernel/seppl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/seppl.h')
-rw-r--r--kernel/seppl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/seppl.h b/kernel/seppl.h
index 282ba26..01fc830 100644
--- a/kernel/seppl.h
+++ b/kernel/seppl.h
@@ -57,7 +57,5 @@ struct seppl_key {
struct seppl_key* seppl_claim_key(u8 algorithm, const char *name);
void seppl_release_key(struct seppl_key *key);
void seppl_copy_iv(struct seppl_key *key, u8* iv);
-void seppl_clean_keys(void);
-int seppl_add_key(u8 algorithm, const char *name, const u8* key_data);
#endif