aboutsummaryrefslogtreecommitdiff
path: root/rpc_pkey.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2017-02-13 23:16:21 -0500
committerPaul Selkirk <paul@psgd.org>2017-02-13 23:16:21 -0500
commit33c843ad457f8341b8a277e6d9481937d3925951 (patch)
tree037073788166eadb5b9fb04fee824c1976ff1afe /rpc_pkey.c
parent6a6cc04dda8f613134ae5b30b702de3f1a4dff95 (diff)
Add some comments for things I figured out while reviewing code.
Diffstat (limited to 'rpc_pkey.c')
-rw-r--r--rpc_pkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc_pkey.c b/rpc_pkey.c
index c0a6479..ba75f7e 100644
--- a/rpc_pkey.c
+++ b/rpc_pkey.c
@@ -227,7 +227,8 @@ static inline hal_error_t ks_open_from_flags(hal_ks_t **ks, const hal_key_flags_
}
/*
- * Receive key from application, store it with supplied name, return a key handle.
+ * Receive key from application, generate a name (UUID), store it, and
+ * return a key handle and the name.
*/
static hal_error_t pkey_local_load(const hal_client_handle_t client,