From 44dc84d3696795fbe0b6f1786cabaa08fd88ade6 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sat, 12 Jan 2019 18:20:10 -0500 Subject: 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. --- projects/cli-test/mgmt-cli.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'projects/cli-test/mgmt-cli.c') diff --git a/projects/cli-test/mgmt-cli.c b/projects/cli-test/mgmt-cli.c index 416be77..055838e 100644 --- a/projects/cli-test/mgmt-cli.c +++ b/projects/cli-test/mgmt-cli.c @@ -48,6 +48,7 @@ #include "mgmt-keystore.h" #include "mgmt-masterkey.h" #include "mgmt-keywrap.h" +#include "mgmt-timing.h" #undef HAL_OK #define HAL_OK LIBHAL_OK @@ -177,6 +178,7 @@ int cli_main(void) configure_cli_keystore(cli); configure_cli_masterkey(cli); configure_cli_keywrap(cli); + configure_cli_timing(cli); while (1) { control_mgmt_uart_dma_rx(DMA_RX_START); -- cgit v1.2.3