From d6e9917d07ddb0a5f8218fecdcd8bda3a1104912 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 14 Nov 2016 15:15:46 -0500 Subject: hal_rpc_pkey_find() -> hal_rpc_pkey_open(). --- hal_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hal_internal.h') diff --git a/hal_internal.h b/hal_internal.h index 756de90..e0c7d5a 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -189,7 +189,7 @@ typedef struct { const uint8_t * const der, const size_t der_len, const hal_key_flags_t flags); - hal_error_t (*find)(const hal_client_handle_t client, + hal_error_t (*open)(const hal_client_handle_t client, const hal_session_handle_t session, hal_pkey_handle_t *pkey, const hal_uuid_t * const name, @@ -883,7 +883,7 @@ typedef enum { RPC_FUNC_HASH_UPDATE, RPC_FUNC_HASH_FINALIZE, RPC_FUNC_PKEY_LOAD, - RPC_FUNC_PKEY_FIND, + RPC_FUNC_PKEY_OPEN, RPC_FUNC_PKEY_GENERATE_RSA, RPC_FUNC_PKEY_GENERATE_EC, RPC_FUNC_PKEY_CLOSE, -- cgit v1.2.3