Home
last modified time | relevance | path

Searched refs:BOOT_LOG_SIM (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Dpsa_crypto_init_stub.c16 BOOT_LOG_SIM("psa_crypto_init() is being stubbed.\n"); in psa_crypto_init()
21 BOOT_LOG_SIM("mbedtls_test_enable_insecure_external_rng() is being stubbed.\n"); in mbedtls_test_enable_insecure_external_rng()
Drun.c341 BOOT_LOG_SIM("%s: area=%d, off=%x, len=%x", in flash_area_read()
349 BOOT_LOG_SIM("%s: area=%d, off=%x, len=%x", __func__, in flash_area_write()
361 BOOT_LOG_SIM("%s: area=%d, off=%x, len=%x", __func__, in flash_area_erase()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h37 #define BOOT_LOG_SIM(...) MCUBOOT_LOG_SIM(__VA_ARGS__) macro
48 #define BOOT_LOG_SIM(...) IGNORE(__VA_ARGS__)