Searched refs:label (Results 1 – 15 of 15) sorted by relevance
/mcuboot-latest/boot/zephyr/boards/ |
D | nrf52840dk_ram_multi.overlay | 14 label = "mcuboot"; 18 label = "image-0"; 22 label = "image-1"; 26 label = "image-3"; 55 label = "image-2";
|
D | nrf52840dk_qspi_nor_secondary.overlay | 14 label = "mcuboot"; 18 label = "image-0"; 31 label = "image-1";
|
D | nrf52840_big.overlay | 18 label = "mcuboot"; 22 label = "image-0"; 26 label = "image-1";
|
D | nrf52840dk_ram.overlay | 14 label = "mcuboot"; 18 label = "image-0"; 47 label = "image-1";
|
D | nrf52840_single_slot.overlay | 18 label = "mcuboot"; 22 label = "image-0";
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_hmac_prng.c | 54 void show(const char *label, const uint8_t *s, size_t len) in show() argument 57 printf ("%s = ", label); in show()
|
D | test_ecc_utils.c | 165 void print_ecc_scalar(const char *label, const unsigned int * p_vli, in print_ecc_scalar() argument 170 if (label) { in print_ecc_scalar() 171 printf("%s = { ", label); in print_ecc_scalar() 179 if (label) { in print_ecc_scalar()
|
D | test_cmac_mode.c | 54 static void show(const char *label, const uint8_t *s, size_t slen) in show() argument 58 TC_PRINT("%s\t", label); in show()
|
/mcuboot-latest/ext/tinycrypt/tests/include/ |
D | test_utils.h | 87 static inline void show_str(const char *label, const uint8_t *s, size_t len) in show_str() argument 91 TC_PRINT("%s = ", label); in show_str()
|
D | test_ecc_utils.h | 81 void print_ecc_scalar(const char *label, const unsigned int * p_vli,
|
/mcuboot-latest/scripts/ |
D | assemble.py | 63 label = child.props["label"].val 64 offsets[label] = child.regs[0].addr 65 sizes[label] = child.regs[0].size
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | rsa.h | 651 const unsigned char *label, size_t label_len, 768 const unsigned char *label, size_t label_len,
|
/mcuboot-latest/docs/ |
D | readme-zephyr.md | 181 label = "mcuboot"; 185 label = "image-0"; 189 label = "image-1"; 193 label = "image-scratch";
|
/mcuboot-latest/ |
D | README.md | 9 [![Build Status (Travis CI)](https://img.shields.io/travis/mcu-tools/mcuboot/main.svg?label=travis-…
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 650 label=None))
|