/openthread-latest/src/core/thread/ |
D | network_data.cpp | 315 bool contains = false; in ContainsOnMeshPrefix() local 323 contains = true; in ContainsOnMeshPrefix() 328 return contains; in ContainsOnMeshPrefix() 333 bool contains = false; in ContainsExternalRoute() local 341 contains = true; in ContainsExternalRoute() 346 return contains; in ContainsExternalRoute() 351 bool contains = false; in ContainsService() local 359 contains = true; in ContainsService() 364 return contains; in ContainsService() 369 bool contains = true; in ContainsEntriesFrom() local [all …]
|
D | network_data_local.cpp | 63 bool contains = false; in ContainsOnMeshPrefix() local 68 contains = true; in ContainsOnMeshPrefix() 71 return contains; in ContainsOnMeshPrefix()
|
D | network_data_leader_ftd.cpp | 549 bool contains = false; in ContainsMatchingEntry() local 557 contains = true; in ContainsMatchingEntry() 563 return contains; in ContainsMatchingEntry() 578 bool contains = false; in ContainsMatchingEntry() local 587 contains = true; in ContainsMatchingEntry() 593 return contains; in ContainsMatchingEntry() 601 bool contains = false; in ContainsMatchingServer() local 612 contains = true; in ContainsMatchingServer() 618 return contains; in ContainsMatchingServer()
|
D | network_data_leader.cpp | 696 bool contains = false; in ContainsOmrPrefix() local 717 ExitNow(contains = true); in ContainsOmrPrefix() 722 return contains; in ContainsOmrPrefix()
|
/openthread-latest/tools/tcat_ble_client/auth-generate/ext/ |
D | ca.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert1.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | DeviceCert1.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | DeviceCert2.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert4.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert3.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert2.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir-maxpath/ |
D | Readme.txt | 8 File cNN.pem contains the chain NN.crt to 00.crt.
|
/openthread-latest/tools/tcat_ble_client/ |
D | GENERATING_CERTIFICATES.md | 13 The directory `auth-generate` contains example scripts and a Makefile to generate TCAT Commissioner… 24 NOTE: the directory `auth-generate/ca` contains an example CA certificate and private key (for sign…
|
D | README.md | 66 The `auth-cert` directory contains some other identities too, for testing purposes. Refer to Thread…
|
/openthread-latest/examples/platforms/simulation/ |
D | README.md | 3 This directory contains example platform drivers for simulation on POSIX.
|
/openthread-latest/third_party/mbedtls/repo/configs/ |
D | README.txt | 1 This directory contains example configuration files.
|
/openthread-latest/third_party/tcplp/ |
D | README.md | 4 contains part of the implementation; the rest will be added in future pull
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | README.md | 3 This repository contains a version-independent build and test framework for [TF-PSA-Crypto](https:/…
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/ |
D | Readme | 1 This directory contains the certificates for the tests targeting the enforcement of the policy indi…
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 192 bool contains = false; in Contains() local 199 contains = true; in Contains() 202 return contains; in Contains() 399 bool contains = false; in ContainsAaaa() local 409 contains = true; in ContainsAaaa() 415 return contains; in ContainsAaaa() 424 bool contains = false; in ContainsKey() local 434 contains = true; in ContainsKey() 440 return contains; in ContainsKey() 449 bool contains = false; in ContainsSrv() local [all …]
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 43 …f the library to have a maintained, stable version of the library which contains only security fix… 60 …. `suites/test_suite_rsa.data`). The function file contains the test functions. The data file cont…
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 4 This directory contains fuzz targets.
|
/openthread-latest/src/core/net/ |
D | dns_dso.cpp | 1376 bool contains = true; in Contains() local 1379 VerifyOrExit(entry != nullptr, contains = false); in Contains() 1383 return contains; in Contains()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-driver-example-and-guide.md | 5 The `docs/proposed/` directory contains three documents which pertain to the proposed, work-in-prog… 22 Mbed TLS contains a **driver dispatch layer** (also called a driver wrapper layer). For each crypto… 77 …er_wrappers.h.jinja` and `psa_crypto_driver_wrappers_no_static.c.jinja` contains the driver wrappe… 87 Each driver wrapper function contains a `switch` statement which checks the location of the key. If…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 6 This document contains historical information both from before and after this merge. 66 The nonvolatile random seed file contains a seed for the random generator. If present, it is rewrit… 125 The nonvolatile random seed file contains a seed for the random generator. If present, it is rewrit… 226 …ferences to keys in a secure element. In such key files, the key material contains the slot number. 280 The transaction file contains data about an ongoing action that cannot be completed atomically. It … 444 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
|