Searched refs:app (Results 1 – 16 of 16) sorted by relevance
/openthread-latest/tools/harness-simulation/posix/etc/ |
D | Dockerfile | 62 COPY . /app 63 WORKDIR /app 98 && cd /app \ 117 ENTRYPOINT ["/app/etc/docker/docker_entrypoint.sh"]
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_visualc_files.pl | 181 for my $app ( @app_list ) { 182 gen_app( $app, $vsx_tpl, $vsx_dir, $vsx_ext );
|
/openthread-latest/tools/gerrit/ |
D | README.md | 53 e181f1f98 [posix-app] fix diag issues of radio only mode (#2948) 58 d2e59fd64 [posix-app] fix getting tx power (#2957)
|
/openthread-latest/src/cli/ |
D | CMakeLists.txt | 61 …(OT_CLI_VENDOR_TARGET "" CACHE STRING "Name of vendor extension CMake target to link with cli app")
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_tls13_keys.c | 685 handshake->tls13_master_secrets.app); in ssl_tls13_key_schedule_stage_application() 693 handshake->tls13_master_secrets.app, PSA_HASH_LENGTH(hash_alg)); in ssl_tls13_key_schedule_stage_application() 1626 hash_alg, handshake->tls13_master_secrets.app, in ssl_tls13_generate_application_keys() 1769 handshake->tls13_master_secrets.app, in mbedtls_ssl_tls13_compute_resumption_master_secret()
|
D | ssl_misc.h | 1008 unsigned char app[MBEDTLS_TLS1_3_MD_MAX_SIZE]; member
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 29 option(OT_APP_CLI "enable CLI app" ON) 30 option(OT_APP_NCP "enable NCP app" ON) 31 option(OT_APP_RCP "enable RCP app" ON)
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 579 Sending app data via TLS, MFL=512 without fragmentation 583 Sending app data via TLS, MFL=512 with fragmentation 587 Sending app data via TLS, MFL=1024 without fragmentation 591 Sending app data via TLS, MFL=1024 with fragmentation 595 Sending app data via TLS, MFL=2048 without fragmentation 599 Sending app data via TLS, MFL=2048 with fragmentation 603 Sending app data via TLS, MFL=4096 without fragmentation 607 Sending app data via TLS, MFL=4096 with fragmentation 611 Sending app data via TLS without MFL and without fragmentation 614 Sending app data via TLS without MFL and with fragmentation [all …]
|
D | test_suite_ssl.function | 3766 "EarlyData: deprotect and discard app data records."; 4844 "EarlyData: deprotect and discard app data records.");
|
/openthread-latest/third_party/mbedtls/repo/ |
D | Makefile | 86 $(VISUALC_FILES): $(gen_file_dep) scripts/data_files/vs2017-app-template.vcxproj
|
D | ChangeLog | 4801 * Fix DER output of gen_key app (found by Gergely Budai) 4848 * cert_write app should use subject of issuer certificate as issuer of cert 4994 * EC key generation support in gen_key app 5019 * crypt_and_hash app checks MAC before final decryption 5257 * crypt_and_hash app checks MAC before final decryption
|
/openthread-latest/src/posix/ |
D | README.md | 1 # OpenThread POSIX app
|
/openthread-latest/etc/gn/ |
D | openthread.gni | 72 # Log output: none, debug_uart, app, platform
|
/openthread-latest/ |
D | CMakeLists.txt | 130 message(FATAL_ERROR "no app (cli/ncp/rcp) should be enabled with nexus simulation platform")
|
/openthread-latest/src/core/ |
D | BUILD.gn | 58 } else if (openthread_config_log_output == "app") {
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 173 The state transition diagram can be generated in https://app.diagrams.net/ via this [url](https://v…
|