aboutsummaryrefslogtreecommitdiff
path: root/ks.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-02-25 17:27:33 -0500
committerPaul Selkirk <paul@psgd.org>2016-02-25 17:27:33 -0500
commitcef7ba6f7024a2c3a53760be8c5fc4f937e8efb5 (patch)
tree76ffb7c2ab731674f78871c8e2c5a096f9cc4f37 /ks.c
parenta88a8695d30faeac3186ec88278fd075d85315d9 (diff)
RPC over loopback socket, just to work out the mechanics for serialization and dispatch.
Diffstat (limited to 'ks.c')
-rw-r--r--ks.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ks.c b/ks.c
index a856bbf..24cafca 100644
--- a/ks.c
+++ b/ks.c
@@ -294,6 +294,14 @@ hal_error_t hal_ks_get_pin(const hal_user_t user,
return HAL_OK;
}
+hal_error_t hal_ks_get_kek(uint8_t *kek,
+ size_t *kek_len,
+ const size_t kek_max)
+{
+# warning Stub out hal_ks_get_kek() for now
+ return HAL_ERROR_IMPOSSIBLE;
+}
+
/*
* Local variables:
* indent-tabs-mode: nil