diff options
author | Paul Selkirk <paul@psgd.org> | 2019-01-12 18:20:10 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-12 18:20:10 -0500 |
commit | 44dc84d3696795fbe0b6f1786cabaa08fd88ade6 (patch) | |
tree | 34f3fa7cc69b5f89c4c6cc90d6015b24fe9eba53 /projects/hsm/mgmt-cli.c | |
parent | 07af68c08baefbced001a0081256cb1fff8ed491 (diff) |
Timing tests for RSA signing and sub-components thereof.
This is not the sort of thing that should go anywhere near production
code, so it's on a dangling branch. I may rebase it from time to time.
Diffstat (limited to 'projects/hsm/mgmt-cli.c')
-rw-r--r-- | projects/hsm/mgmt-cli.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/hsm/mgmt-cli.c b/projects/hsm/mgmt-cli.c index 2b5be1f..d417314 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-timing.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_timing(cli); while (1) { control_mgmt_uart_dma_rx(DMA_RX_START); |