Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 27) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh16 program="${0%/*}"/key_ladder_demo
23 "$program" generate master=master.key
29 "$program" wrap master=master.key label=hello label=world \
34 "$program" unwrap master=master.key label=hello label=world \
41 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…
45 "$program" save master=master.key label=hello \
48 "$program" unwrap master=hello.key label=world \
Dpsa_hash_demo.sh9 This program demonstrates the use of the PSA cryptography interface to
16 program="${0%/*}"/psa_hash
18 "$program"
/openthread-latest/third_party/mbedtls/repo/programs/test/
Ddlopen_demo.sh13 program="$programs_dir/test/dlopen"
18 if [ ! -e "$program" ]; then
40 msg "Running dynamic loading test program: $program"
42 "$program"
Dgenerate_cpp_dummy_build.sh8 Generate a C++ dummy build program that includes all the headers.
10 Run this program from the root of an Mbed TLS directory tree or from
28 * This program is a dummy C++ program to ensure Mbed TLS library header files
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb10 # so, the script loads the test program at programs/test/zeroize.c and sets a
17 # eliminated by compiler optimizations from within the compiled program. The
23 # program's observable behavior. In the case of mbedtls_platform_zeroize(), an
25 # memory that is not accessed later in the program, so removing the call to
32 # Note: This test requires that the test program is compiled with -g3.
60 echo The program did not terminate correctly\n
Dtest_psa_constant_names.py122 output_bytes = subprocess.check_output([self.options.program,
/openthread-latest/src/posix/platform/
Dbacktrace.cpp75 char program[kMaxNameSize + 1]; in demangleSymbol() local
83 …if (sscanf(aSymbol, "%256[^(]%*[^_]%256[^)+]%*[^0x]%x%*[^0x]%x", program, mangledName, &offset, &a… in demangleSymbol()
92 …if (sscanf(aSymbol, "%256[^(](%256[^)+]%*[^0x]%x%*[^0x]%x", program, mangledName, &offset, &addres… in demangleSymbol()
100 otLogCritPlat("#%2d: %s %s+0x%x [0x%x]\n", aIndex, program, functionName, offset, address); in demangleSymbol()
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md14 * [`hash/hello.c`](hash/hello.c): hello-world program for MD5.
65 * [`ssl/dtls_client.c`](ssl/dtls_client.c): a simple DTLS client program, which sends one datagram …
67 ….c): a simple DTLS server program, which expects one datagram from the client and writes one datag…
73 …HTTPS server using one process per client to send a fixed response. This program requires a Unix/P…
77 … HTTPS server using one thread per client to send a fixed response. This program requires the pthr…
89 In addition to providing options for testing client-side features, the `ssl_client2` program has op…
99 * [`test/zeroize.c`](test/zeroize.c): a test program for `mbedtls_platform_zeroize`, used by [`test…
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE230 Foundation's software and to any other program whose authors commit to
247 For example, if you distribute copies of such a program, whether
264 Finally, any free program is threatened constantly by software
266 program will individually obtain patent licenses, in effect making the
267 program proprietary. To prevent this, we have made it clear that any
276 0. This License applies to any program or other work which contains
279 refers to any such program or work, and a "work based on the Program"
317 c) If the modified program normally reads commands interactively
322 a warranty) and that users may redistribute the program under
366 received the program in object code or executable form with such
[all …]
/openthread-latest/third_party/mbedtls/repo/
DLICENSE230 Foundation's software and to any other program whose authors commit to
247 For example, if you distribute copies of such a program, whether
264 Finally, any free program is threatened constantly by software
266 program will individually obtain patent licenses, in effect making the
267 program proprietary. To prevent this, we have made it clear that any
276 0. This License applies to any program or other work which contains
279 refers to any such program or work, and a "work based on the Program"
317 c) If the modified program normally reads commands interactively
322 a warranty) and that users may redistribute the program under
366 received the program in object code or executable form with such
[all …]
DChangeLog41 * Added an example program showing how to hash with the PSA API.
103 * The benchmark program now reports times for both ephemeral and static
181 * Fix possible NULL dereference issue in X509 cert_req program if an entry
183 * Fix possible NULL dereference issue in X509 cert_write program if an entry
481 was sufficient for a particular program to work, it would only print
1206 * Fix a bug in the x25519 example program where the removal of
1207 MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and
1218 * Silence a warning from GCC 12 in the selftest program. Fixes #5974.
2388 * Fix building library/net_sockets.c and the ssl_mail_client program on
2884 * Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
[all …]
DCMakeLists.txt303 # built into a library that the test suite and program objects would link
DREADME.md230 …s these need Python and perl environments as well. However, the selftest program in `programs/test…
/openthread-latest/src/posix/
DREADME.md54 To build and program the device with RCP application, complete the following steps:
98 6. Depending on the hardware platform, complete the following steps to program the device:
122 nrfjprog -f nrf52 --chiperase --program build/bin/ot-rcp.hex --reset
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform.data12 # but this has to be set in the environment before the program starts,
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package/
DCMakeLists.txt33 # link to them from our own program.
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/
DCMakeLists.txt36 # link to them from our own program.
/openthread-latest/third_party/mbedtls/repo/tests/
DDescriptions.txt8 The 'programs/test/selftest' program runs the 'XXX_self_test()' functions
/openthread-latest/third_party/mbedtls/
DCMakeLists.txt34 set(ENABLE_PROGRAMS OFF CACHE BOOL "Disable mbetls program" FORCE)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md96 …ugh copying is very easy to write into a program, there is a risk that a compiler (especially with…
242 * Write a small program that uses a PSA function which copies inputs or outputs.
243 * Build the program with link-time optimization / full-program optimization enabled (e.g. `-flto` w…
421 …nguage, so we may want to just log the addresses and then use a separate program to analyze the lo…
440 …arse the output from the program and from Valgrind and check that each location was accessed exact…
444 …com/downloads/-/arm-ecosystem-fvps). There exists a pre-packaged example program for the Corstone …
449 …accessed only once. The addresses of buffers can either be leaked by the program through printing …
685 This testing is implemented in `programs/test/metatest.c`, which is a program designed to check tha…
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md13 … and `stdout` for HDLC input/output. Useful when directly started by the program that will be usin…
/openthread-latest/
DCONTRIBUTING.md164 4. In gdb, run `backtrace` or `bt`. Then you should see the stack of the crashed program. Find and …
/openthread-latest/tools/cp-caps/
DREADME.md46 $ nrfjprog -f nrf52 --chiperase --program ot-cli-ftd.hex --reset
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md240 | Correctness | + Instrumentation generally does not affect the program's functional behavior |
288 Since we run many test jobs with a memory leak detector, each test function or test program must cl…
/openthread-latest/doc/
DDoxyfile.in689 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
691 # the version control system). Doxygen will invoke the program by executing (via
694 # by doxygen. Whatever the program writes to standard output is used as the file
917 # The INPUT_FILTER tag can be used to specify a program that doxygen should
918 # invoke to filter for each input file. Doxygen will invoke the filter program
925 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
1885 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program

12