Home
last modified time | relevance | path

Searched full:allowed (Results 1 – 25 of 30) sorted by relevance

12

/mcuboot-latest/scripts/imgtool/
Dimage.py139 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/
Dmynewt_project.yml31 project.repositories.allowed:
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h31 # error "One crypto library implementation allowed at a time."
34 # error "One crypto library implementation allowed at a time."
/mcuboot-latest/docs/
DSubmittingPatches.md61 license document, but changing it is not allowed.
Dreadme-zephyr.md174 4KB, 8KB, 12KB, 16KB are allowed, 7KB, 7.5KB are not. This scratch partition
/mcuboot-latest/ext/tinycrypt/lib/source/
Dccm_mode.c49 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()
Dcmac_mode.c151 /* Set countdown to max number of calls allowed before re-keying: */ in tc_cmac_init()
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c40 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
/mcuboot-latest/boot/mynewt/mcuboot_config/
Dsyscfg.yml82 - none downgrades are allowed
/mcuboot-latest/boot/zephyr/
Dsingle_loader.c48 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
Dfirmware_loader.c44 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
DKconfig932 be smaller than primary slot which otherwise would not be allowed.
/mcuboot-latest/boot/bootutil/src/
Dram_load.c54 * 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()
Dswap_move.c282 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed"); in boot_slots_compatible()
Dimage_validate.c447 * The following list of TLVs are the only entries allowed in the unprotected
Dswap_offset.c359 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed");
Dswap_scratch.c158 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed"); in boot_slots_compatible()
/mcuboot-latest/
DCODE_OF_CONDUCT.md104 with those enforcing the Code of Conduct, is allowed during this period.
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dsha.h16 * that MCUBOOT_USE_MBED_TLS supports. For this reason, it's allowed to have
Drsa.h14 * that MCUBOOT_USE_MBED_TLS supports. For this reason, it's allowed to have
Decdsa.h15 * reason, it's allowed to have both of them defined, and for crypto modules
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h456 * and \p tag_must_val means that every tag is allowed,
458 * that \p tag_must_val is the only allowed tag.
Dbignum.h40 …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.
Dpk.h868 * specified hash is the only allowed use of that key.
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ctr_prng.c325 /* force internal state to max allowed count */ in test_reseed()

12