/openthread-latest/src/posix/platform/ |
D | configuration.cpp | 60 Power::Domain domain; in SetRegion() local 62 if (GetDomain(aRegionCode, domain) != OT_ERROR_NONE) in SetRegion() 65 … VerifyOrExit(GetDomain(kRegionCodeWorldWide, domain) == OT_ERROR_NONE, error = OT_ERROR_FAILED); in SetRegion() 68 SuccessOrExit(error = UpdateChannelMasks(domain)); in SetRegion() 70 SuccessOrExit(error = UpdateTargetPower(domain)); in SetRegion() 129 Power::Domain domain; in GetChannelMask() local 252 char *domain; in GetNextTargetPower() local 257 if (((domain = strtok_r(value, kCommaDelimiter, &psave)) == nullptr) || (aDomain != domain)) in GetNextTargetPower()
|
D | openthread.conf.example | 14 # Region domain mapping table entries.
|
/openthread-latest/src/cli/ |
D | README_SRP_SERVER.md | 13 - [domain](#domain) 34 domain 102 ### domain subsection 104 Usage: `srp server domain [domain-name]` 106 Get the domain. 109 > srp server domain 114 Set the domain. 117 > srp server domain thread.service.arpa.
|
D | README_BR.md | 238 - It has added at least one domain prefix (with both the domain and on-mesh flags set).
|
/openthread-latest/tests/unit/ |
D | test_dns.cpp | 78 const char *domain; in TestDnsName() local 181 domain = "local."; in TestDnsName() 182 VerifyOrQuit(Dns::Name::IsSubDomainOf(subDomain, domain)); in TestDnsName() 185 domain = "local."; in TestDnsName() 186 VerifyOrQuit(Dns::Name::IsSubDomainOf(subDomain, domain)); in TestDnsName() 189 domain = "local"; in TestDnsName() 190 VerifyOrQuit(Dns::Name::IsSubDomainOf(subDomain, domain)); in TestDnsName() 193 domain = "local"; in TestDnsName() 194 VerifyOrQuit(Dns::Name::IsSubDomainOf(subDomain, domain)); in TestDnsName() 197 domain = "default.service.arpa."; in TestDnsName() [all …]
|
/openthread-latest/tools/ot-fct/ |
D | cli.cpp | 57 char *domain; in GetNextTargetPower() local 62 if (((domain = strtok_r(value, kCommaDelimiter, &psave)) == nullptr) || (aDomain != domain)) in GetNextTargetPower() 99 Power::Domain domain; in ProcessTargetPowerTable() local 105 while (GetNextDomain(iterator, domain) == OT_ERROR_NONE) in ProcessTargetPowerTable() 110 while (GetNextTargetPower(domain, iter, targetPower) == OT_ERROR_NONE) in ProcessTargetPowerTable() 112 … printf("| %-8s | %-7d | %-7d | %-20d |\r\n", domain.AsCString(), targetPower.GetChannelStart(), in ProcessTargetPowerTable() 126 char *domain; in ProcessRegionDomainTable() local
|
D | README.md | 53 Show the region and regulatory domain mapping table.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 107 * **Legacy domain**: does not interact with PSA. Implementations of hashes, of cipher primitives, o… 108 * **Mixed domain**: does not currently use PSA, but should [when possible](#why-psa-is-not-always-p… 109 * **PSA domain**: includes pk, X.509 and TLS when `MBEDTLS_USE_PSA_CRYPTO` is enabled. Also TLS 1.3… 204 Generally speaking, modules in the mixed domain: 206 * must call PSA if called by a module in the PSA domain; 207 * must not call PSA (or must have a fallback) if their caller is not in the PSA domain and the PSA … 217 Based on the preceding analysis, the core of the problem is: for code in the mixed domain (see [“Cl… 237 RSA is in the [mixed domain](#classification-of-callers). So: 242 …d on a parameter of type `mbedtls_md_type_t`. (More generally, all mixed-domain modules that take … 254 * For a caller in the legacy domain: if e.g. `MBEDTLS_SHA256_C` is enabled, then I want RSA-PSS to … [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | depends.py | 434 for domain in self.domains.values(): 435 for job in domain.jobs:
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 75 carefully checking the validity domain of formulas used throughout the code; 344 All modular operations are done in the Montgomery domain, that is x is 345 represented by `x * 2^256 mod m`; integers need to be converted to that domain 358 - conversion to/from Montgomery domain; 360 Montgomery domain conversion. 366 coordinates are always in the Montgomery domain.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_dhm.function | 145 /* The domain parameters must be the same on both side. */
|
D | test_suite_x509parse.data | 706 X509 CRT verification #21 (domain matching wildcard certificate, case insensitive) 710 X509 CRT verification #22 (domain not matching wildcard certificate) 714 X509 CRT verification #23 (domain not matching wildcard certificate) 718 X509 CRT verification #24 (domain matching CN of multi certificate) 722 X509 CRT verification #25 (domain matching multi certificate) 726 X509 CRT verification #26 (domain not matching multi certificate) 730 X509 CRT verification #27.1 (domain not matching multi certificate: suffix) 734 X509 CRT verification #27.2 (domain not matching multi certificate: head junk) 738 X509 CRT verification #28 (domain not matching wildcard in multi certificate) 742 X509 CRT verification #29 (domain matching wildcard in multi certificate) [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 22 …mplement cryptographic mechanisms on keys which are stored in a separate domain such as a secure e…
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 952 def srp_server_set_domain(self, domain: str):
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 24 * In the PSA API, domain parameters are no longer used for anything. 32 an RSA key as a domain parameter is no longer supported. Use 251 support for these domain parameters. 2227 attacker could for example impersonate a 4-bytes or 16-byte domain by 4278 domain names are compliant with RFC 1035. 5455 * Added support for multi-domain certificates through the X509 Subject
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1246 # set bundle. This should be a reverse domain-name style string, e.g. 1254 # the documentation publisher. This should be a reverse domain-name style
|