/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | check_config.h | 67 #error "MBEDTLS_AESNI_C defined, but not all prerequisites" 71 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites" 75 #error "MBEDTLS_DHM_C defined, but not all prerequisites" 80 #error "MBEDTLS_CMAC_C defined, but not all prerequisites" 85 #error "MBEDTLS_NIST_KW_C defined, but not all prerequisites" 89 #error "MBEDTLS_ECDH_C defined, but not all prerequisites" 107 #error "MBEDTLS_ECDSA_C defined, but not all prerequisites" 112 #error "MBEDTLS_ECJPAKE_C defined, but not all prerequisites" 128 #error "MBEDTLS_ECDSA_DETERMINISTIC defined, but not all prerequisites" 145 #error "MBEDTLS_ECP_C defined, but not all prerequisites" [all …]
|
D | threading.h | 59 * thread after all other mbed TLS functions. 86 * All these functions are expected to work or the result will be undefined.
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | cmac_mode.h | 4 * Copyright (C) 2017 by Intel Corporation, All Rights Reserved 44 * length messages, while all messages authenticated by CBC-MAC must 65 * correctly. Like all symmetric key operations, it is session 78 * (2) next mix all of the data into the CMAC computation state using 79 * tc_cmac_update. If all of the data resides in a single data 85 * (3) Once all of the data for a message has been mixed, use
|
D | ecc_platform_specific.h | 4 * All rights reserved. 27 * Copyright (C) 2017 by Intel Corporation, All Rights Reserved.
|
/mcuboot-latest/samples/zephyr/ |
D | Makefile | 28 # make BOARD=frdm_k64f all 92 @echo "<target>: all, boot, hello1, full.bin" 95 all: boot hello1 hello2 target 197 all 208 all 219 all 262 all
|
/mcuboot-latest/scripts/tests/ |
D | test_commands.py | 21 # all available imgtool commands 83 """Check that all commands have some help""" 98 """Check that all commands have some different help"""
|
/mcuboot-latest/boot/cypress/cy_flash_pal/include/ |
D | cy_smif_psoc6.h | 12 * or a subsidiary of Cypress Semiconductor Corporation. All rights 43 * of such system or application assumes all risk of such use and in doing 44 * so agrees to indemnify Cypress against all liability.
|
/mcuboot-latest/ext/tinycrypt/ |
D | Makefile | 3 # Copyright (C) 2017 by Intel Corporation, All Rights Reserved. 11 all: target
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | Makefile | 3 # Copyright (C) 2017 by Intel Corporation, All Rights Reserved. 18 # Edit the 'all' content to add/remove tests needed from TinyCrypt library: 19 all: $(TEST_BINARY) target
|
/mcuboot-latest/boot/cypress/cy_flash_pal/flash_qspi/ |
D | flash_qspi.h | 12 * or a subsidiary of Cypress Semiconductor Corporation. All rights 43 * of such system or application assumes all risk of such use and in doing 44 * so agrees to indemnify Cypress against all liability.
|
/mcuboot-latest/docs/ |
D | design.md | 67 /** Image header. All fields are in little endian byte order. */ 82 /** Image TLV header. All fields in little endian. */ 88 /** Image trailer TLV format. All fields in little endian. */ 252 4. Repeats steps 2. and 3. until all the slots' sectors are swapped. 259 All slot's sectors should be of the same size. This algorithm uses 2 flags per 287 1. Moves all sectors of the primary slot up by one sector. 293 4. Repeats steps 2. and 3. until all the slots' sectors are swapped. 302 sector layout. All slot's sectors should be of the same size. 332 the proper images into the proper slot. All this requires that the images be 562 a bigger configuration to allow for the handling of all slot's sectors. [all …]
|
D | SubmittingPatches.md | 35 To facilitate creating release notes at release time, all non-trivial 85 are public and that a record of the contribution (including all
|
D | readme-zephyr.md | 10 on all supported RTOSs. 67 MCUboot itself. All the needed configuration is collected in 133 `scripts/imgtool.py` is able to generate key pairs in all of the 252 …nd allows fetching version and installation status (custom properties) for all images (enable with…
|
/mcuboot-latest/ext/tinycrypt/lib/ |
D | Makefile | 3 # Copyright (C) 2017 by Intel Corporation, All Rights Reserved. 29 all: libtinycrypt.a target
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_decode.h | 59 /** The following applies to all _decode() functions listed directly below. 91 /** The following applies to all _expect() and _pexpect() functions listed directly below. 188 * than one of the keys. Typically this means all keys are known strings 194 * @param[in] key_decoder A decoding function that will be tried against all 208 * @retval false If the key was not found after searching all map elements. 256 * In all successful cases, the state is returned pointing to the byte/element 274 * skip all its contents. 305 * The @ref zcbor_decoder_t type is designed to be compatible with all single- 419 * Use this function to extract all but the first fragment. 438 * Use this function to extract all but the first fragment of a CBOR-encoded
|
/mcuboot-latest/ci/fih_test_docker/ |
D | fi_make_manifest.sh | 28 #Dump all objects that have a name containing FIH_LABEL 30 # strip all data except "address, label_name"
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 16 * be secure for all compilers, but execution is going to be correct and 24 * FIH_ENABLE_GLOBAL_FAIL makes all while(1) failure loops redirect to a global 114 /* All ints are replaced with two int - the normal one and a backup which is 254 /* C has a common return pattern where 0 is a correct value and all others are 299 * previously saved value. If this is equal then the function call and all child
|
D | image.h | 140 #define IMAGE_TLV_ANY 0xffff /* Used to iterate over all TLV */ 159 /** Image header. All fields are in little endian byte order. */ 171 /** Image TLV header. All fields in little endian. */ 177 /** Image trailer TLV format. All fields in little endian. */
|
/mcuboot-latest/ |
D | CODE_OF_CONDUCT.md | 54 This Code of Conduct applies within all community spaces, and also applies when 65 All complaints will be reviewed and investigated promptly and fairly. 67 All community leaders are obligated to respect the privacy and security of the
|
/mcuboot-latest/boot/cypress/cy_flash_pal/ |
D | cy_smif_psoc6.c | 13 * or a subsidiary of Cypress Semiconductor Corporation. All rights 44 * of such system or application assumes all risk of such use and in doing 45 * so agrees to indemnify Cypress against all liability.
|
/mcuboot-latest/testplan/mynewt/ |
D | Makefile | 25 all: build-apps build-mcuboot target 91 .PHONY: all clean
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 6 //! To help speed up testing, the Workflow configuration defines all of the configurations that can 10 //! For now, we assume all of the features are listed under 103 /// The tests to run (defaults to all) 264 /// Print out all of the feature sets. 371 /// Query if we should be logging all tests and not only failures.
|
/mcuboot-latest/boot/espressif/hal/src/ |
D | secure_boot.c | 33 // All signature blocks have been parsed, no new signature block present. in validate_signature_block() 63 …eturn - ESP_OK if no signatures failed to verify, or if no valid signature blocks are found at all. 119 …/* We don't expect this: the signature blocks before we enable secure boot should all be verifiabl… in s_calculate_image_public_key_digests() 170 /* Initialize all efuse block entries to invalid (max) value */ in check_and_generate_secure_boot_keys()
|
/mcuboot-latest/boot/zephyr/ |
D | flash_map_legacy.c | 36 * a least common multiple of all sector sizes, and use that as 56 * `ret` with all of the sectors in the area. `*cnt` will be set to
|
/mcuboot-latest/samples/zephyr/hello-world/ |
D | sample.yaml | 4 platforms: all
|