From 32d2ec2a2b44e01d7173a808005ccb10eab0ca67 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 12 Feb 2019 16:24:42 -0500 Subject: Add CLI functions to manage the keywrap core, with new auto-zeroise functionality. --- projects/hsm/mgmt-cli.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'projects/hsm/mgmt-cli.c') diff --git a/projects/hsm/mgmt-cli.c b/projects/hsm/mgmt-cli.c index 2b5be1f..83e30b0 100644 --- a/projects/hsm/mgmt-cli.c +++ b/projects/hsm/mgmt-cli.c @@ -49,6 +49,7 @@ #include "mgmt-keystore.h" #include "mgmt-masterkey.h" #include "mgmt-task.h" +#include "mgmt-keywrap.h" #undef HAL_OK #define HAL_OK LIBHAL_OK @@ -197,6 +198,7 @@ int cli_main(void) configure_cli_bootloader(cli); configure_cli_misc(cli); configure_cli_task(cli); + configure_cli_keywrap(cli); while (1) { control_mgmt_uart_dma_rx(DMA_RX_START); -- cgit v1.2.3