aboutsummaryrefslogtreecommitdiff
path: root/hal_internal.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-26 01:02:44 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-26 01:07:14 -0400
commita16159562d5e7a2998654c3f88ba0f88a3aaa42e (patch)
tree9b3c5ebc327a2ddf4e8b7960e3b834eb6177de24 /hal_internal.h
parent0cd8850c6158ca5d263c21b52b8906c974b3cfcc (diff)
Add hal_set_pin_default_iterations so the CLI can use hal_rpc_set_pin with control over iterations.
Diffstat (limited to 'hal_internal.h')
-rw-r--r--hal_internal.h3
1 files changed, 3 insertions, 0 deletions
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