Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_lms.data65 # * touch message.bin (create empty message file)
66 # * hsslms sign tmp/lms.prv message.bin (incorrect signature using leaf node 0)
67 # * rm message.bin.sig
68 # * hsslms sign tmp/lms.prv message.bin (incorrect signature using leaf node 1)
69 # * rm message.bin.sig
70 # * hsslms sign tmp/lms.prv message.bin (correct signature using leaf node 2)
71 # * cat message.bin.sig | xxd
75 # * touch message.bin (create empty message file)
76 # * echo -n -e "\0\0\0\0" > message.bin.sig; cat sig.bin >> message.bin.sig (restore the
79 # * hsslms verify tmp/lms message.bin
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/
Dcompat-in-docker.sh1 #!/bin/bash -eu
30 "legacy") export OPENSSL="/usr/local/openssl-1.0.1j/bin/openssl";;
31 "next") export OPENSSL="/usr/local/openssl-1.1.1a/bin/openssl";;
36 "legacy") export GNUTLS_CLI="/usr/local/gnutls-3.3.8/bin/gnutls-cli";;
37 "next") export GNUTLS_CLI="/usr/local/gnutls-3.7.2/bin/gnutls-cli";;
42 "legacy") export GNUTLS_SERV="/usr/local/gnutls-3.3.8/bin/gnutls-serv";;
43 "next") export GNUTLS_SERV="/usr/local/gnutls-3.7.2/bin/gnutls-serv";;
Dssl-opt-in-docker.sh1 #!/bin/bash -eu
30 "legacy") export OPENSSL="/usr/local/openssl-1.0.1j/bin/openssl";;
31 "next") export OPENSSL="/usr/local/openssl-1.1.1a/bin/openssl";;
36 "legacy") export GNUTLS_CLI="/usr/local/gnutls-3.3.8/bin/gnutls-cli";;
37 "next") export GNUTLS_CLI="/usr/local/gnutls-3.7.2/bin/gnutls-cli";;
42 "legacy") export GNUTLS_SERV="/usr/local/gnutls-3.3.8/bin/gnutls-serv";;
43 "next") export GNUTLS_SERV="/usr/local/gnutls-3.7.2/bin/gnutls-serv";;
/openthread-latest/third_party/mbedtls/repo/scripts/
Doutput_env.sh1 #! /usr/bin/env sh
22 BIN="$1"
33 if ! type "$BIN" > /dev/null 2>&1; then
34 echo " * ${BIN##*/}$VARIANT: Not found."
38 BIN=`which "$BIN"`
39 VERSION_STR=`$BIN $ARGS 2>&1`
52 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "
/openthread-latest/script/
Dbootstrap1 #!/bin/bash
74 && sudo ln -s -f /opt/gcc-arm-none-eabi-9-2020-q2-update/bin/* /usr/local/bin/.)
117 sudo ln -s "$(brew --prefix llvm@14)/bin/clang-format" /usr/local/bin/clang-format-14
118 sudo ln -s "$(brew --prefix llvm@14)/bin/clang-tidy" /usr/local/bin/clang-tidy-14
119 …sudo ln -s "$(brew --prefix llvm@14)/bin/clang-apply-replacements" /usr/local/bin/clang-apply-repl…
120 sudo ln -s "$(brew --prefix llvm@14)/bin/run-clang-tidy" /usr/local/bin/run-clang-tidy-14
Dcheck-size1 #!/bin/bash
59 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH
156 mv ./build/bin/ot-cli-ftd ./build/bin/ot-cli-ftd-br
279 old_file="${OT_TMP_DIR}"/${type}_old/build/bin/"${file}"
280 new_file="${OT_TMP_DIR}"/${type}_new/build/bin/"${file}"
/openthread-latest/tools/harness-simulation/posix/etc/
Dcommissionerd1 #!/bin/sh
43 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
46 DAEMON=/usr/bin/python2
70 -u /usr/local/bin/commissionerd.py -c /usr/local/bin/commissioner-cli
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile69 ENV OPENSSL_LEGACY=/usr/local/openssl-1.0.1j/bin/openssl
79 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
90 ENV OPENSSL_NEXT=/usr/local/openssl-1.1.1a/bin/openssl
110 ENV GNUTLS_LEGACY_CLI=/usr/local/gnutls-3.3.8/bin/gnutls-cli
111 ENV GNUTLS_LEGACY_SERV=/usr/local/gnutls-3.3.8/bin/gnutls-serv
133 ENV GNUTLS_CLI=/usr/local/gnutls-3.4.10/bin/gnutls-cli
134 ENV GNUTLS_SERV=/usr/local/gnutls-3.4.10/bin/gnutls-serv
157 ENV GNUTLS_NEXT_CLI=/usr/local/gnutls-3.7.2/bin/gnutls-cli
158 ENV GNUTLS_NEXT_SERV=/usr/local/gnutls-3.7.2/bin/gnutls-serv
/openthread-latest/src/posix/
DREADME.md90 This creates an RCP image at `build/bin/ot-rcp`.
95 arm-none-eabi-objcopy -O ihex build/bin/ot-rcp build/bin/ot-rcp.hex
108 --application build/bin/ot-rcp.hex --application-version 1 build/bin/ot-rcp.zip
115 nrfutil dfu usb-serial -pkg build/bin/ot-rcp.zip -p /dev/ttyACM0
122 nrfjprog -f nrf52 --chiperase --program build/bin/ot-rcp.hex --reset
/openthread-latest/.github/workflows/
Dposix.yml250 rm -f /usr/local/bin/2to3
251 rm -f /usr/local/bin/2to3-3.11
252 rm -f /usr/local/bin/idle3
253 rm -f /usr/local/bin/idle3.11
254 rm -f /usr/local/bin/pydoc3
255 rm -f /usr/local/bin/pydoc3.11
256 rm -f /usr/local/bin/python3
257 rm -f /usr/local/bin/python3.11
258 rm -f /usr/local/bin/python3-config
259 rm -f /usr/local/bin/python3.11-config
Dotns.yml90 ./output/*/bin/*.pcap
91 ./output/*/bin/*.replay
130 ./output/*/bin/*.pcap
131 ./output/*/bin/*.replay
192 ./output/*/bin/*.pcap
193 ./output/*/bin/*.replay
Dbuild.yml269 export PATH=/tmp/${{ matrix.gcc_extract_dir }}/bin:$PATH
354 chmod a+x gn && mkdir -p bin && mv -f gn bin/
357 export PATH=/tmp/bin:$PATH
387 unzip ninja-mac.zip && mv ninja /usr/local/bin/.
/openthread-latest/etc/docker/android-trusty/
DDockerfile37 ENV OPT_BIN=/opt/bin
61 RUN mkdir /opt/bin
64 RUN printf '#!/bin/sh\n\
67 && printf '#!/bin/sh\n\
92 …NDROID_NDK_PATH/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androidea…
/openthread-latest/third_party/mbedtls/repo/
DDartConfiguration.tcl3 CoverageCommand: /usr/bin/gcov
4 MemoryCheckCommand: /usr/bin/valgrind
DMakefile106 mkdir -p $(DESTDIR)/bin
111 cp $$p $(DESTDIR)/bin/$$f ; \
126 rm -f $(DESTDIR)/bin/$$f ; \
/openthread-latest/third_party/mbedtls/repo/programs/psa/
DCMakeLists.txt43 DESTINATION "bin"
48 DESTINATION "bin")
/openthread-latest/tests/scripts/expect/
D_common.exp1 #!/usr/bin/expect -f
115 spawn /usr/bin/env GCOV_PREFIX=$gcov_prefix $ot_posix_apps/ot-cli $radio_url
123 spawn /usr/bin/env GCOV_PREFIX=$gcov_prefix $ot_simulation_apps/cli/ot-cli-ftd \
132 spawn /usr/bin/env GCOV_PREFIX=$gcov_prefix $ot_simulation_apps/cli/ot-cli-mtd \
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py1 #!/usr/bin/env python3
115 r'tests/data_files/.*\.bin\Z',
163 # Allow either /bin/sh, /bin/bash, or /usr/bin/env.
167 _shebang_re = re.compile(rb'^#! ?(?:/bin/(bash|sh)(?: -[^\n ]*)?'
168 rb'|/usr/bin/env ([^\n /]+))$')
/openthread-latest/tools/harness-automation/
Dstart.sh1 #!/bin/sh
/openthread-latest/src/cli/
DREADME_SRP.md10 ./output/simulation/bin/ot-cli-ftd 1
54 ./output/simulation/bin/ot-cli-ftd 2
/openthread-latest/third_party/mbedtls/repo/programs/random/
DCMakeLists.txt13 DESTINATION "bin"
/openthread-latest/third_party/mbedtls/repo/programs/aes/
DCMakeLists.txt12 DESTINATION "bin"
/openthread-latest/third_party/mbedtls/repo/programs/cipher/
DCMakeLists.txt12 DESTINATION "bin"
/openthread-latest/third_party/mbedtls/repo/programs/hash/
DCMakeLists.txt14 DESTINATION "bin"
/openthread-latest/third_party/mbedtls/repo/programs/util/
DCMakeLists.txt17 DESTINATION "bin"

12345678910>>...40