Renaming KEK files.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -61,7 +61,7 @@ target_sources(pico_hsm PUBLIC
|
|||||||
${CMAKE_CURRENT_LIST_DIR}/src/hsm/sc_hsm.c
|
${CMAKE_CURRENT_LIST_DIR}/src/hsm/sc_hsm.c
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/hsm/cvc.c
|
${CMAKE_CURRENT_LIST_DIR}/src/hsm/cvc.c
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/hsm/files.c
|
${CMAKE_CURRENT_LIST_DIR}/src/hsm/files.c
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/hsm/dkek.c
|
${CMAKE_CURRENT_LIST_DIR}/src/hsm/kek.c
|
||||||
${CMAKE_CURRENT_LIST_DIR}/src/hsm/oid.c
|
${CMAKE_CURRENT_LIST_DIR}/src/hsm/oid.c
|
||||||
|
|
||||||
${CMAKE_CURRENT_LIST_DIR}/pico-ccid/mbedtls/library/aes.c
|
${CMAKE_CURRENT_LIST_DIR}/pico-ccid/mbedtls/library/aes.c
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
#include "dkek.h"
|
#include "kek.h"
|
||||||
#include "crypto_utils.h"
|
#include "crypto_utils.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
#include "sc_hsm.h"
|
#include "sc_hsm.h"
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "cvcerts.h"
|
#include "cvcerts.h"
|
||||||
#include "crypto_utils.h"
|
#include "crypto_utils.h"
|
||||||
#include "dkek.h"
|
#include "kek.h"
|
||||||
#include "hardware/rtc.h"
|
#include "hardware/rtc.h"
|
||||||
#include "eac.h"
|
#include "eac.h"
|
||||||
#include "cvc.h"
|
#include "cvc.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user