Home
last modified time | relevance | path

Searched +full:check +full:- +full:signed +full:- +full:off +full:- +full:by (Results 1 – 4 of 4) sorted by relevance

/mcuboot-2.7.6/.github/workflows/
Dmynewt.yaml5 - main
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v2
16 fetch-depth: 0
17 - name: Print the environment
19 uname -a
23 - name: Signed commit check
26 ./ci/check-signed-off-by.sh
27 - name: Mynewt install
30 - name: Mynewt run
Dsim.yaml5 - main
15 - "sig-ecdsa,sig-ecdsa-mbedtls,sig-ed25519,enc-kw,bootstrap"
16 - "sig-rsa,sig-rsa3072,overwrite-only,validate-primary-slot,swap-move"
17 - "enc-rsa"
18 - "enc-aes256-rsa"
19 - "enc-ec256"
20 - "enc-aes256-ec256"
21 - "enc-x25519"
22 - "enc-aes256-x25519"
23- "sig-rsa overwrite-only large-write,sig-ecdsa overwrite-only large-write,sig-ecdsa-mbedtls overw…
[all …]
/mcuboot-2.7.6/
D.travis.yml6 - docker
10 - os: linux
12 env: BUILD_TYPE=RELEASE SKIP_SIZE=2,4,6,8,10 TEST=fih-tests DAMAGE_TYPE=SIGNATURE
14 - os: linux
16 … env: BUILD_TYPE=RELEASE SKIP_SIZE=2,4,6,8,10 FIH_LEVEL=LOW TEST=fih-tests DAMAGE_TYPE=SIGNATURE
18 - os: linux
20 … env: BUILD_TYPE=RELEASE SKIP_SIZE=2,4,6,8,10 FIH_LEVEL=MEDIUM TEST=fih-tests DAMAGE_TYPE=SIGNATURE
22 - os: linux
24 env: BUILD_TYPE=MINSIZEREL SKIP_SIZE=2,4,6 TEST=fih-tests DAMAGE_TYPE=SIGNATURE
26 - os: linux
[all …]
/mcuboot-2.7.6/boot/cypress/MCUBootApp/config/
Dmcuboot_crypto_config.h6 * This set of compile-time options may be used to enable
11 * Copyright (C) 2006-2018, ARM Limited, All Rights Reserved
12 * SPDX-License-Identifier: Apache-2.0
18 * http://www.apache.org/licenses/LICENSE-2.0
20 * Unless required by applicable law or agreed to in writing, software
55 * Required by:
66 * The platform lacks support for double-width integer division (64-bit
67 * division on a 32-bit platform, 128-bit division on a 64-bit platform).
73 * The bignum code uses double-width division to speed up some operations.
74 * Double-width division is often implemented in software that needs to
[all …]