From cef7ba6f7024a2c3a53760be8c5fc4f937e8efb5 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 25 Feb 2016 17:27:33 -0500 Subject: RPC over loopback socket, just to work out the mechanics for serialization and dispatch. --- ks.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ks.c') 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 -- cgit v1.2.3