From a16159562d5e7a2998654c3f88ba0f88a3aaa42e Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sun, 26 Jun 2016 01:02:44 -0400 Subject: Add hal_set_pin_default_iterations so the CLI can use hal_rpc_set_pin with control over iterations. --- hal_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hal_internal.h') diff --git a/hal_internal.h b/hal_internal.h index 0c38c00..bd8e97d 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -316,6 +316,9 @@ typedef struct { } hal_ks_keydb_t; +extern hal_error_t hal_set_pin_default_iterations(const hal_client_handle_t client, + const uint32_t iterations); + /* * Internal functions within the keystore implementation. Think of * these as concrete methods for the keystore API subclassed onto -- cgit v1.2.3