Searched full:allowed (Results 1 – 25 of 30) sorted by relevance
12
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 139 msg = "Invalid custom TLV type value '0x{:04x}', allowed " \ 214 # If key is not None, then we have to filter hash to only allowed 215 allowed = None 218 allowed = allowed_key_ssh[type(key)] 221 raise click.UsageError("Colud not find allowed hash algorithms for {}" 226 return USER_SHA_TO_ALG_AND_TLV[allowed[0]] 228 if user_sha in allowed: 231 raise click.UsageError("Key {} can not be used with --sha {}; allowed sha are one of {}" 232 .format(key.sig_type(), user_sha, allowed)) 497 "maximum allowed length is 12 characters.".format(
|
/mcuboot-latest/ci/ |
D | mynewt_project.yml | 31 project.repositories.allowed:
|
/mcuboot-latest/boot/zephyr/include/mcuboot_config/ |
D | mcuboot_config.h | 31 # error "One crypto library implementation allowed at a time." 34 # error "One crypto library implementation allowed at a time."
|
/mcuboot-latest/docs/ |
D | SubmittingPatches.md | 61 license document, but changing it is not allowed.
|
D | readme-zephyr.md | 174 4KB, 8KB, 12KB, 16KB are allowed, 7KB, 7.5KB are not. This scratch partition
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ccm_mode.c | 49 return TC_CRYPTO_FAIL; /* The allowed nonce size is: 13. See documentation.*/ in tc_ccm_config() 51 return TC_CRYPTO_FAIL; /* The allowed mac sizes are: 4, 6, 8, 10, 12, 14, 16.*/ in tc_ccm_config()
|
D | cmac_mode.c | 151 /* Set countdown to max number of calls allowed before re-keying: */ in tc_cmac_init()
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 40 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
|
/mcuboot-latest/boot/mynewt/mcuboot_config/ |
D | syscfg.yml | 82 - none downgrades are allowed
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 48 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
|
D | firmware_loader.c | 44 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
|
D | Kconfig | 932 be smaller than primary slot which otherwise would not be allowed.
|
/mcuboot-latest/boot/bootutil/src/ |
D | ram_load.c | 54 * predefined bounds that are allowed to be used by executable images. 374 /* Only images that support IMAGE_F_RAM_LOAD are allowed if in boot_load_image_to_sram()
|
D | swap_move.c | 282 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed"); in boot_slots_compatible()
|
D | image_validate.c | 447 * The following list of TLVs are the only entries allowed in the unprotected
|
D | swap_offset.c | 359 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed");
|
D | swap_scratch.c | 158 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed"); in boot_slots_compatible()
|
/mcuboot-latest/ |
D | CODE_OF_CONDUCT.md | 104 with those enforcing the Code of Conduct, is allowed during this period.
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | sha.h | 16 * that MCUBOOT_USE_MBED_TLS supports. For this reason, it's allowed to have
|
D | rsa.h | 14 * that MCUBOOT_USE_MBED_TLS supports. For this reason, it's allowed to have
|
D | ecdsa.h | 15 * reason, it's allowed to have both of them defined, and for crypto modules
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | asn1.h | 456 * and \p tag_must_val means that every tag is allowed, 458 * that \p tag_must_val is the only allowed tag.
|
D | bignum.h | 40 …RO -0x000C /**< The input argument for division is zero, which is not allowed. */ 52 * Maximum size MPIs are allowed to grow to in number of limbs. 71 * Maximum size of MPIs allowed in bits and bytes for user-MPIs.
|
D | pk.h | 868 * specified hash is the only allowed use of that key.
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ctr_prng.c | 325 /* force internal state to max allowed count */ in test_reseed()
|
12