summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-16 11:46:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-16 11:46:09 +0000
commit186a4118ec7cc9f105f4e23b49e71c2b0e46cfa4 (patch)
treefea50ed699ece322737a744ebfc1806beaf3f162 /tools
parentef1e3cfb87d1313ff2ebd4e4128be9a6e17072b2 (diff)
Support minimum and maximum encryption key length
Diffstat (limited to 'tools')
-rw-r--r--tools/pskey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pskey.c b/tools/pskey.c
index edf78e8d..f0ce1b4a 100644
--- a/tools/pskey.c
+++ b/tools/pskey.c
@@ -91,6 +91,8 @@ static struct {
int type;
char *str;
} storage[] = {
+ { CSR_PSKEY_ENC_KEY_LMIN, CSR_TYPE_UINT16, "keymin" },
+ { CSR_PSKEY_ENC_KEY_LMAX, CSR_TYPE_UINT16, "keymax" },
{ CSR_PSKEY_HOSTIO_MAP_SCO_PCM, CSR_TYPE_UINT16, "mapsco" },
{ CSR_PSKEY_UART_BAUDRATE, CSR_TYPE_UINT16, "baudrate" },
{ CSR_PSKEY_HOST_INTERFACE, CSR_TYPE_UINT16, "hostintf" },