/mcuboot-latest/sim/mcuboot-sys/csupport/sysflash/ |
D | sysflash.h | 19 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 22 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument 30 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 35 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
|
/mcuboot-latest/boot/espressif/include/sysflash/ |
D | sysflash.h | 29 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 32 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument 37 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 42 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 193 void fih_int_validate(fih_int x) in fih_int_validate() 202 int fih_int_decode(fih_int x) in fih_int_decode() 210 fih_int fih_int_encode(int x) in fih_int_encode() 217 #define FIH_EQ(x, y) ((x == y) && fih_delay() && !(y != x)) argument 218 #define FIH_NOT_EQ(x, y) ((x != y) || !fih_delay() || !(y == x)) argument 219 #define FIH_SET(x, y) x = y; if(fih_delay() && (x != y)) FIH_PANIC argument 225 void fih_int_validate(fih_int x) in fih_int_validate() 233 int fih_int_decode(fih_int x) in fih_int_decode() 240 fih_int fih_int_encode(int x) in fih_int_encode() 245 #define FIH_EQ(x, y) (x == y) argument [all …]
|
/mcuboot-latest/boot/zephyr/include/sysflash/ |
D | sysflash.h | 54 #define FLASH_AREA_IMAGE_PRIMARY(x) __flash_area_ids_for_slot(x, 0) argument 55 #define FLASH_AREA_IMAGE_SECONDARY(x) __flash_area_ids_for_slot(x, 1) argument 63 #define FLASH_AREA_IMAGE_PRIMARY(x) FIXED_PARTITION_ID(slot0_partition) argument 64 #define FLASH_AREA_IMAGE_SECONDARY(x) FIXED_PARTITION_ID(slot0_partition) argument
|
/mcuboot-latest/boot/cypress/MCUBootApp/sysflash/ |
D | sysflash.h | 51 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 54 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument 60 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 65 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
|
/mcuboot-latest/boot/mbed/include/utils/ |
D | DataShare.cpp | 28 #define PTR_TO_UINT8(x) ((volatile uint8_t *) x) argument 29 #define PTR_TO_UINT16(x) ((volatile uint16_t *) x) argument 30 #define PTR_TO_UINT32(x) ((volatile uint32_t *) x) argument
|
/mcuboot-latest/boot/mynewt/flash_map_backend/include/flash_map_backend/ |
D | flash_map_backend.h | 17 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 23 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument 30 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 35 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
|
/mcuboot-latest/boot/mbed/include/sysflash/ |
D | sysflash.h | 10 #define FLASH_AREA_IMAGE_PRIMARY(x) PRIMARY_ID argument 11 #define FLASH_AREA_IMAGE_SECONDARY(x) SECONDARY_ID argument
|
/mcuboot-latest/boot/nuttx/include/sysflash/ |
D | sysflash.h | 31 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument 34 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
|
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/ |
D | mcuboot_assert.h | 26 #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__) argument
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | devicetree.h | 12 #define FLASH_AREA_ID(x) FLASH_AREA_ID_##x argument
|
D | run.c | 29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument 518 void sim_assert(int x, const char *assertion, const char *file, unsigned int line, const char *func… in sim_assert()
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_dh.c | 151 char *x[] = { in cavp_ecdh() local 267 char *x[] = { in cavp_keygen() local 369 char *x[] = { in cavp_pkv() local
|
/mcuboot-latest/boot/bootutil/src/ |
D | image_validate.c | 192 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE) /* 2048 bits */ argument 198 # define EXPECTED_SIG_LEN(x) (1) /* always true, ASN.1 will validate */ argument 202 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE) argument
|
D | swap_move.c | 40 #define BOOT_STATUS_ASSERT(x) \ argument 47 #define BOOT_STATUS_ASSERT(x) ASSERT(x) argument
|
D | swap_scratch.c | 40 #define BOOT_STATUS_ASSERT(x) \ argument 47 #define BOOT_STATUS_ASSERT(x) ASSERT(x) argument
|
D | loader.c | 89 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) argument 91 #define IMAGES_ITER(x) argument
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 127 #define ntohs(x) sys_be16_to_cpu(x) argument 128 #define htons(x) sys_cpu_to_be16(x) argument 133 #define ntohs(x) be16toh(x) argument 134 #define htons(x) htobe16(x) argument 141 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) argument 143 #define IMAGES_ITER(x) argument
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | cmac_mode.c | 82 uint8_t *x = in + (TC_AES_BLOCK_SIZE - 1); in gf_double() local
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/ |
D | mcuboot_logging.h | 51 #define sim_log_enabled(x) 1 argument
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | asn1.h | 118 #define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1) argument
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_common.h | 25 #define ZCBOR_STRINGIFY_PRE(x) #x argument 481 static inline size_t zcbor_round_up(size_t x, size_t align) in zcbor_round_up()
|
/mcuboot-latest/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 47 #define ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0])) argument
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 307 uint8_t x = 0; in CRYPTO_memcmp() local 408 fe x; in x25519_ge_tobytes() local 1153 fe_limb_t x = f->v[i] ^ g->v[i]; in fe_cswap() local
|
D | curve25519.h | 12 #define UINT64_C(x) x##ULL argument 15 #define UINT32_C(x) x##UL argument 18 #define UINT8_C(x) (x) argument
|