aboutsummaryrefslogtreecommitdiff
path: root/hal_internal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-26 10:31:46 -0400
committerRob Austein <sra@hactrn.net>2016-06-26 10:31:46 -0400
commit709a71c0030225ba08cddf5227a1c67c2dbb4176 (patch)
tree43a94adf66f8e35c06d7dc30578138f5287c1749 /hal_internal.h
parent64e5fe8edec2c4ba461e712d6fbd05d47d5a9192 (diff)
parenta16159562d5e7a2998654c3f88ba0f88a3aaa42e (diff)
Merge branch 'master' of https://git.cryptech.is/sw/libhal.git.
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