aboutsummaryrefslogtreecommitdiff
path: root/rpc_hash.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-05-14 02:59:32 -0400
committerRob Austein <sra@hactrn.net>2016-05-14 02:59:32 -0400
commit598e75956634f33ede687da796d5b6c583048a5e (patch)
treea62d1c9dbe2ea1d559be3d7ec80fb4d6a4f3e193 /rpc_hash.c
parenta0d2fb9dd44af6315f4373956655bb665f86b774 (diff)
Add mixed-mode key support, for PKCS #11 "session" (ie, not "token") keys.
Diffstat (limited to 'rpc_hash.c')
-rw-r--r--rpc_hash.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/rpc_hash.c b/rpc_hash.c
index 3c4c79b..7cae484 100644
--- a/rpc_hash.c
+++ b/rpc_hash.c
@@ -303,7 +303,12 @@ static hal_error_t finalize(const hal_hash_handle_t handle,
}
const hal_rpc_hash_dispatch_t hal_rpc_local_hash_dispatch = {
- get_digest_length, get_digest_algorithm_id, get_algorithm, initialize, update, finalize
+ get_digest_length,
+ get_digest_algorithm_id,
+ get_algorithm,
+ initialize,
+ update,
+ finalize
};
/*