Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 45) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py34 def __init__(self, active, name, value='', section=None): argument
38 self.section = section
142 setting.section)
153 def is_full_section(section): argument
155 return section.endswith('support') or section.endswith('modules')
157 def realfull_adapter(_name, active, section): argument
167 if section == 'Module configuration options':
246 def full_adapter(name, active, section): argument
248 if not is_full_section(section):
284 def baremetal_adapter(name, active, section): argument
[all …]
/openthread-latest/tools/harness-thci/
DREADME.md24 6. Drag the "OpenThread: TI CC2538DK" reference device to the **Test Bed** section with the desired…
46 9. Drag the "OpenThread_WpanCtl: Wpantund + NCP" reference device to the **Test Bed** section with …
60 5. Modify the Device section "forParam" values referring to the following indication then Copy "dev…
66 8. Drag the "OpenThread_WpanCtl: Wpantund + NCP (SSH)" reference device to the **Test Bed** section
/openthread-latest/third_party/mbedtls/repo/
DSECURITY.md28 In this section, we consider an attacker who can observe and modify data sent
42 and workarounds see the [Block Ciphers](#block-ciphers) section.
46 In this section, we consider an attacker who can run software on the same
73 details and workarounds see the [Block Ciphers](#block-ciphers) section.
97 In this section, we consider an attacker who has access to physical information
DSUPPORT.md6 - API documentation, see the [Documentation section of the
DLICENSE84 (except as stated in this section) patent license to make, have made,
338 Thus, it is not the intent of this section to claim rights or contest
424 If any portion of this section is held invalid or unenforceable under
425 any particular circumstance, the balance of the section is intended to
426 apply and the section as a whole is intended to apply in other
429 It is not the purpose of this section to induce you to infringe any
431 such claims; this section has the sole purpose of protecting the
440 This section is intended to make thoroughly clear what is believed to
DBRANCHES.md25 ABI compatibility within LTS branches; see the next section for details.
99 For contributors, see the [Backwards Compatibility section of
/openthread-latest/tools/tcat_ble_client/auth-generate/ext/
DCommCert1.ext10 # See https://datatracker.ietf.org/doc/html/rfc5280#section-4.1
DDeviceCert1.ext13 # See https://datatracker.ietf.org/doc/html/rfc5280#section-4.1
DDeviceCert2.ext13 # See https://datatracker.ietf.org/doc/html/rfc5280#section-4.1
DCommCert4.ext10 # See https://datatracker.ietf.org/doc/html/rfc5280#section-4.1
DCommCert3.ext10 # See https://datatracker.ietf.org/doc/html/rfc5280#section-4.1
DCommCert2.ext10 # See https://datatracker.ietf.org/doc/html/rfc5280#section-4.1
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md28 …iption file is JSON. The structure of this JSON file is specified in the section [“Driver descript…
38 …tion](psa-driver-interface.html#driver-entry-points) except as otherwise indicated in this section.
/openthread-latest/third_party/mbedtls/repo/framework/
DREADME.md18 …le for the full text of these licenses, and [the 'License and Copyright' section in the Mbed TLS c…
DLICENSE84 (except as stated in this section) patent license to make, have made,
338 Thus, it is not the intent of this section to claim rights or contest
424 If any portion of this section is held invalid or unenforceable under
425 any particular circumstance, the balance of the section is intended to
426 apply and the section as a whole is intended to apply in other
429 It is not the purpose of this section to induce you to infringe any
431 such claims; this section has the sole purpose of protecting the
440 This section is intended to make thoroughly clear what is believed to
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md116 - Required hash algorithm(s) as explained in [Hashes](#hashes) section.
167 still be included in the build, see limitations sub-section below.
171 - `MBEDTLS_ECP_C` is fully removed (see limitation sub-section below),
185 limitation sub-section below).
265 Support is pretty similar to the "Elliptic-curve cryptography (ECC)" section
406 [This section depends on #8598 so it might be updated while that PR progresses.]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md10 …- Slot states are described in the [Key slot states](#key-slot-states) section. They guarantee saf…
13 …anagement.c` are now protected by mutexes, as described in the [Global data](#global-data) section.
23 * The [Guarantees](#guarantees) section describes the properties that are followed when PSA functio…
24 * The [Usage guide](#usage-guide) section gives guidance on initializing, using and freeing PSA whe…
25 * The [Current strategy](#current-strategy) section describes how thread-safety of key management a…
26 * The [Testing and analysis](#testing-and-analysis) section discusses the state of our testing, as …
27 * The [Future work](#future-work) section outlines our long-term goals for thread-safety; it also a…
37 …described in the [PSA Concurrent calling conventions](#psa-concurrent-calling-conventions) section.
43 …_crypto_init` has been called (see the [Initialization](#initialization) section for details on ho…
133 This section describes how we have implemented thread-safety. There is discussion of: techniques, i…
[all …]
/openthread-latest/src/core/net/
Ddns_client.cpp426 Section section; in GetAddress() local
433 section = (info.mQueryType == kIp4AddressQuery) ? kAnswerSection : kAdditionalDataSection; in GetAddress()
434 SuccessOrExit(error = FindARecord(section, name, aIndex, aRecord)); in GetAddress()
660 Section section = kAdditionalDataSection; in GetHostAddress() local
671 section = kAnswerSection; in GetHostAddress()
678 error = response->FindHostAddress(section, Name(aHostName), aIndex, aAddress, aTtl); in GetHostAddress()
/openthread-latest/tests/scripts/thread-cert/
Dnode.py319 section = None
338 section = 'QUESTION'
341 section = 'ANSWER'
344 section = 'ADDITIONAL'
346 elif section and not line:
347 section = None
350 if section:
353 if section == 'QUESTION':
358 if section == 'QUESTION':
372 dig_result[section].append(tuple(record))
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md10 …ome aspects of how Mbed TLS interacts with the underlying platform. This section discusses the mai…
45 …e and array types (although they would normally be `struct` types). This section lists some known …
Dtls13-support.md77 mandatory (see section 9.1 of the specification).
133 (2) See the TLS 1.3 specific build options section below.
138 compatibility mode as defined in section D.4 of RFC 8446.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md52 …ddresses the test strategy for [PSA ITS over file](#psa-its-over-file) in a separate section below.
56 This section describes the desired test cases for keys created with the current storage format vers…
/openthread-latest/doc/
DDoxyfile.in161 # doxygen will generate a detailed section even if there is only a brief
383 # type (e.g. under the Public Functions section). Set it to NO to prevent
392 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
406 # Man pages) or section (for LaTeX and RTF).
476 # which are defined in the implementation section but not in the interface are
495 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
1111 # and then modify the file new_header.html. See also section "Doxygen usage"
1125 # section "Doxygen usage" for information on how to generate the default footer
1134 # See also section "Doxygen usage" for information on how to generate the style
1377 # project's filter section matches. Qt Help Project / Filter Attributes (see:
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dstrategy.md62 legacy APIs. However, see next section for strategies that can lower that
63 cost. The rest of this section explains the reasons for the
232 This section presents a plan towards G5: save code size by compiling out our
292 (The strategy was outlined in the previous section.)
373 This section briefly introduces questions and possible plans towards G4,
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT.c193 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var
198 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var

12