diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-14 02:59:32 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-14 02:59:32 -0400 |
commit | 598e75956634f33ede687da796d5b6c583048a5e (patch) | |
tree | a62d1c9dbe2ea1d559be3d7ec80fb4d6a4f3e193 /rpc_hash.c | |
parent | a0d2fb9dd44af6315f4373956655bb665f86b774 (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.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 }; /* |