Home
last modified time | relevance | path

Searched +full:move +full:- +full:to +full:- +full:todo (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/.github/workflows/
Dissue.yml8 move-to-todo:
9 runs-on: ubuntu-latest
10 if: github.repository == 'mcu-tools/mcuboot'
12 - uses: fojia/action-move-issues-to-column@master
16 owner: 'mcu-tools'
20 marker: 'issue:todo'
Dissue_closed.yml8 move-to-todo:
9 runs-on: ubuntu-latest
10 if: github.repository == 'mcu-tools/mcuboot'
12 - uses: fojia/action-move-issues-to-column@master
16 owner: 'mcu-tools'
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdsa.h2 * SPDX-License-Identifier: Apache-2.0
4 * Copyright (c) 2023-2024 Arm Limited
9 * primitives to make it easier to swap out the used crypto library.
15 * reason, it's allowed to have both of them defined, and for crypto modules
32 #error "P384 requires PSA_CRYPTO to be defined"
55 /* Indicate to the caller that the verify function needs the raw ASN.1
60 /*TODO: remove this after cypress port mbedtls to abstract crypto api */
96 return -1; in bootutil_import_key()
102 return -2; in bootutil_import_key()
104 /* id-ecPublicKey (RFC5480) */ in bootutil_import_key()
[all …]
/mcuboot-latest/boot/bootutil/src/
Dloader.c2 * SPDX-License-Identifier: Apache-2.0
4 * Copyright (c) 2016-2020 Linaro LTD
5 * Copyright (c) 2016-2019 JUUL Labs
6 * Copyright (c) 2019-2023 Arm Limited
7 * Copyright (c) 2024-2025 Nordic Semiconductor ASA
11 * Licensed to the Apache Software Foundation (ASF) under one
15 * to you under the Apache License, Version 2.0 (the
19 * http://www.apache.org/licenses/LICENSE-2.0
21 * Unless required by applicable law or agreed to in writing,
30 * This file provides an interface to the boot loader. Functions defined in
[all …]