Searched full:etc (Results 1 – 25 of 112) sorted by relevance
12345
| /openthread-latest/tools/harness-simulation/posix/etc/ |
| D | Dockerfile | 88 && ln -fs /usr/share/zoneinfo/UTC /etc/localtime \ 103 && ([ "${DNS64}" = "0" ] || chmod 644 /etc/bind/named.conf.options) \ 105 && mv ./etc /tmp \ 109 && mv /tmp/etc . \ 114 && sed -i "s/\/root/\/home\/pi/g" /etc/passwd 117 ENTRYPOINT ["/app/etc/docker/docker_entrypoint.sh"]
|
| D | commissionerd | 97 …log_action_msg "Usage: /etc/init.d/$NAME {start | stop | status | restart | reload | force-reload}"
|
| /openthread-latest/third_party/tcplp/bsdtcp/ |
| D | types.h | 39 * bukepo: omitted unused definitions for quad_t, u_quad_t, etc., because they 41 * __uint8_t, __uint16_t, caddr_t, etc. 43 * samkumar: I've omitted definitions for u_char, u_short, u_int, etc., because 46 * standard integer types (uint8_t, uint16_t, etc.).
|
| /openthread-latest/tests/scripts/thread-cert/border_router/internet/ |
| D | test_upstream_dns.py | 57 zone "{TEST_DOMAIN}" {{ type master; file "/etc/bind/db.test.domain"; }}; 97 # Update BR's /etc/resolv.conf and force BR to reload it 98 br.bash(shlex.join(['echo', 'nameserver ' + dns_server_addr]) + ' > /etc/resolv.conf') 136 … dns_server.bash(shlex.join(['echo', TEST_DOMAIN_BIND_CONF]) + ' >> /etc/bind/named.conf.local') 137 … dns_server.bash(shlex.join(['echo', TEST_DOMAIN_BIND_ZONE]) + ' >> /etc/bind/db.test.domain')
|
| D | test_with_infrastructure_prefix.py | 185 br.bash("sed -i 's/dns64 /\/\/dns64 /' /etc/bind/named.conf.options") 186 …br.bash("sed -i '/\/\/dns64 /a dns64 " + SMALL_NAT64_PREFIX + " {};' /etc/bind/named.conf.options")
|
| /openthread-latest/tools/harness-simulation/posix/ |
| D | install.sh | 34 ETC_DIR="${POSIX_DIR}/etc" 135 mkdir -p root/etc/init.d 136 cp "${ETC_DIR}/commissionerd" root/etc/init.d/commissionerd 137 sudo chown root:root root/etc/init.d/commissionerd 138 sudo chmod +x root/etc/init.d/commissionerd
|
| /openthread-latest/ |
| D | CMakeLists.txt | 67 include("${PROJECT_SOURCE_DIR}/etc/cmake/options.cmake") 68 include("${PROJECT_SOURCE_DIR}/etc/cmake/functions.cmake") 118 list(APPEND OT_PUBLIC_INCLUDES ${PROJECT_BINARY_DIR}/etc/cmake) 119 list(APPEND OT_PUBLIC_INCLUDES ${PROJECT_SOURCE_DIR}/etc/cmake) 179 -P ${PROJECT_SOURCE_DIR}/etc/cmake/print.cmake
|
| D | BUILD.gn | 28 import("etc/gn/openthread.gni")
|
| /openthread-latest/third_party/mbedtls/repo/tests/ |
| D | Descriptions.txt | 5 functions, etc.) for all modules except the SSL modules. 22 renegotiation, SNI, other extensions, etc.
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | syms.sh | 14 # (default, full minus MBEDTLS_USE_PSA_CRYPTO, full, etc.) 20 # pkparse, pkwrite, etc) are expected after the 1st one and the analysis
|
| D | testing.md | 43 (`mbedtls_pk_get_type()` etc.) work and the functions that are expected to 44 fail (`mbedtls_pk_verify()` etc) return the expected error.
|
| D | strategy.md | 100 management functions (destroy etc)) in configurations that don't have 255 management (getting a size for a given algorithm, etc.) 416 size, but also in terms of maintenance (testing, etc.) this would probably 452 such as AES, SHA-256, RSA, DHM, ECDH, ECP, bignum, etc, without providing
|
| /openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-driver-developer-guide.md | 21 …lar combination of parameters (cryptographic algorithm, key type and size, etc.), it is used inste… 22 …cure element**, a hardware security module, a smartcard, a secure enclave, etc. An opaque driver i…
|
| /openthread-latest/third_party/build_gn/ |
| D | README.md | 20 example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the
|
| /openthread-latest/third_party/mbedtls/repo/include/psa/ |
| D | crypto_driver_common.h | 29 * psa_key_type_t, etc.) and macros to build and analyze values
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | driver-only-builds.md | 58 - hashes: SHA-3, SHA-2, SHA-1, MD5, etc. 94 to low-level hash APIs (`mbedtls_sha256()` etc.) are not possible for the 122 (`mbedtls_sha256()` etc.) will not be possible for the legacy modules that 227 (see `psa_sign_hash_start()` + `psa_sign_hash_complete()` etc.) so as a
|
| /openthread-latest/src/core/config/ |
| D | trel.h | 53 * table size, neighbor table size, etc.
|
| /openthread-latest/script/ |
| D | code-spell | 47 'etc'
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | set_psa_test_dependencies.py | 160 MBEDTLS_PKCS1_V15, etc. 192 (description, comments, arguments, etc.).
|
| /openthread-latest/.github/workflows/ |
| D | otbr.yml | 75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 197 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
| /openthread-latest/src/cli/ |
| D | BUILD.gn | 28 import("../../etc/gn/openthread.gni")
|
| /openthread-latest/src/ncp/ |
| D | BUILD.gn | 28 import("../../etc/gn/openthread.gni")
|
| /openthread-latest/include/openthread/ |
| D | channel_manager.h | 118 …* error rates per neighbor, etc.) to determine if the current channel quality is at the level t… 148 …* error rates per neighbor, etc.) to determine if the current channel quality is at the level t…
|
| /openthread-latest/src/core/crypto/ |
| D | mbedtls.hpp | 51 * the stable API, and minor versions (3.1, 3.2, etc.) may add, remove, rename,
|
| /openthread-latest/third_party/mbedtls/repo/ChangeLog.d/ |
| D | 00README.md | 12 platform, etc.
|
12345