Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 147) sorted by relevance

123456

/mcuboot-2.7.6/sim/
DCargo.lock4 name = "aes-ctr"
16 name = "aes-soft"
27 name = "aesni"
38 name = "aho-corasick"
47 name = "anyhow"
53 name = "atty"
64 name = "base64"
70 name = "block-cipher"
79 name = "bootsim"
101 name = "bumpalo"
[all …]
/mcuboot-2.7.6/ptest/
DCargo.lock4 name = "addr2line"
13 name = "adler"
19 name = "aho-corasick"
28 name = "atty"
39 name = "autocfg"
45 name = "backtrace"
59 name = "cfg-if"
65 name = "cfg-if"
71 name = "chrono"
84 name = "env_logger"
[all …]
/mcuboot-2.7.6/samples/zephyr/
Dtest-compile.go7 // go run test-compile.go -out name.tar
24 var outFile = flag.String("out", "test-images.zip", "Name of zip file to put built tests into")
73 name := *outFile
74 file, err := os.OpenFile(name, os.O_CREATE|os.O_EXCL|os.O_WRONLY, 0644)
104 header.Name = testName + "/"
111 for _, name := range []string{
116 err = b.add(testName, name, name)
142 header.Name = path.Join(baseName, zipName)
Drun-tests.go40 var logIn = flag.String("login", "/tmp/zephyr.out", "File name of terminal log from Zephyr device")
45 var preBuilt = flag.String("prebuilt", "", "Name of file with prebuilt tests")
81 fmt.Printf("Running %q\n", group.Name)
83 fmt.Fprintf(lg, "---- Running %q\n", group.Name)
211 // based on the directory name.
219 func NewExtractor(name string) (*Extractor, error) {
220 f, err := os.Open(name)
246 // Extract extracts the files of the given directory name into the
254 if len(file.Name) > len(prefix) && strings.HasPrefix(file.Name, prefix) {
255 outName := file.Name[len(prefix):len(file.Name)]
/mcuboot-2.7.6/.github/workflows/
Dmynewt.yaml8 name: Mynewt
17 - name: Print the environment
23 - name: Signed commit check
27 - name: Mynewt install
30 - name: Mynewt run
Dsim.yaml8 name: Sim
44 - name: Print the environment
50 - name: Signed commit check
54 - name: Install stable Rust
58 - name: Sim install
61 - name: Sim run
Dimgtool.yaml7 name: imgtool
16 - name: Cache pip
21 - name: Install packages
25 - name: Publish
Dstale_issue.yml1 name: "Close stale pull requests/issues"
8 name: Find Stale issues and PRs
/mcuboot-2.7.6/sim/tests/
Dcore.rs26 ($name:ident, $arg: ident, $body:expr) => {
28 fn $name() {
40 ($name:ident, $maker:ident($($margs:expr),*), $test:ident($($targs:expr),*)) => {
41 test_shell!($name, r, {
43 dump_image(&image, stringify!($name));
163 /// Dump an image if that makes sense. The name is the name of the test
165 /// one of its comma separate strings a substring of this name, then this
168 fn dump_image(image: &Images, name: &str) { in dump_image()
171 req == "all" || name.contains(req) in dump_image()
174 let full_name = format!("{}-{:04}", name, count); in dump_image()
/mcuboot-2.7.6/samples/zephyr/mcutests/
Dmcutests.go7 Name string
12 Name: "Good RSA",
45 Name: "Good ECDSA",
78 Name: "Overwrite",
111 Name: "Bad RSA",
144 Name: "Bad RSA",
177 Name: "No bootcheck",
210 Name: "Wrong RSA",
243 Name: "Wrong ECDSA",
/mcuboot-2.7.6/scripts/imgtool/keys/
D__init__.py76 if pk.curve.name != 'secp256r1':
77 raise Exception("Unsupported EC curve: " + pk.curve.name)
82 if pk.curve.name != 'secp256r1':
83 raise Exception("Unsupported EC curve: " + pk.curve.name)
Ded25519.py25 def _unsupported(self, name): argument
26 raise Ed25519UsageError("Operation {} requires private key".format(name))
Dx25519.py25 def _unsupported(self, name): argument
26 raise X25519UsageError("Operation {} requires private key".format(name))
Decdsa.py24 def _unsupported(self, name): argument
25 raise ECDSAUsageError("Operation {} requires private key".format(name))
/mcuboot-2.7.6/ext/tinycrypt/tests/
Dtest_ecc_utils.c39 * - Neither the name of Intel Corporation nor the names of its contributors
184 int check_ecc_result(const int num, const char *name, in check_ecc_result() argument
191 TC_PRINT("\n Vector #%02d check %s - FAILURE:\n\n", num, name); in check_ecc_result()
198 TC_PRINT(" Vector #%02d check %s - success\n", num, name); in check_ecc_result()
203 int check_code(const int num, const char *name, const int expected, in check_code() argument
208 TC_ERROR("\n Vector #%02d check %s - FAILURE:\n", num, name); in check_code()
214 TC_PRINT(" Vector #%02d check %s - success (%d=%d)\n", num, name, in check_code()
/mcuboot-2.7.6/ext/tinycrypt/tests/include/
Dtest_utils.h16 * - Neither the name of Intel Corporation nor the names of its contributors
68 #define TC_START(name) PRINT_DATA("tc_start() - %s\n", name) argument
71 /* prints result and the function name */
Dtest_ecc_utils.h39 * - Neither the name of Intel Corporation nor the names of its contributors
84 int check_ecc_result(const int num, const char *name,
95 int check_code(const int num, const char *name, const int expected,
/mcuboot-2.7.6/ext/fiat/
DREADME.chromium1 Name: Fiat-Crypto: Synthesizing Correct-by-Construction Code for Cryptographic Primitives
2 Short Name: fiat-crypto
/mcuboot-2.7.6/docs/
Dsigned_images.md58 openssl ecparam -name secp224r1 -genkey -noout -out image_sign.pem
62 openssl ecparam -name prime256v1 -genkey -noout -out image_sign.pem
74 pkg.name: libs/mykeys
/mcuboot-2.7.6/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h45 * \name ASN1 Error codes
59 /* \} name */
62 * \name DER constants
106 /* \} name */
127 * \name Functions to parse ASN.1 data structures
Dmd.h110 * associated with the given digest name.
112 * \param md_name The name of the digest to search for.
249 * \brief This function extracts the message-digest name from the
255 * \return The name of the message digest.
343 * \param path The input file name.
/mcuboot-2.7.6/ext/tinycrypt/lib/include/tinycrypt/
Dhmac_prng.h16 * - Neither the name of Intel Corporation nor the names of its contributors
52 * because a personalization string (the host name concatenated
103 * name) and is the last line of defense against failure of the
/mcuboot-2.7.6/boot/cypress/libs/retarget_io_pdl/
Dcy_retarget_io_pdl.c49 * Function Name: fputc
69 * Function Name: __write
103 * Function Name: _write
132 * Function Name: fgetc
/mcuboot-2.7.6/boot/cypress/platforms/retarget_io_pdl/
Dcy_retarget_io_pdl.c49 * Function Name: fputc
69 * Function Name: __write
103 * Function Name: _write
132 * Function Name: fgetc
/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Dignore.h60 _13, _14, _15, _16, _17, _18, _19, _20, NAME, ...) NAME argument

123456