Home
last modified time | relevance | path

Searched full:about (Results 1 – 25 of 220) sorted by relevance

123456789

/openthread-latest/include/openthread/
Dmdns.h75 …nsRegisterHost()`, `otMdnsRegisterService()`, and `otMdnsRegisterKey()` for more details about when
124 * See `otMdnsRegisterKey()`, `otMdnsUnregisterKey()` for more details about fields in each case.
234 * @param[in] aHost Information about the host to register.
260 * @param[in] aHost Information about the host to unregister.
296 * @param[in] aService Information about the service to register.
325 * @param[in] aService Information about the service to unregister.
353 * @param[in] aKey Information about the key record to register.
383 * @param[in] aKey Information about the key to unregister.
418 …* On success, @p aHost is populated with information about the next host. Pointers within the `otM…
423 …* @param[out] aHost Pointer to an `otMdnsHost` to return the information about the next host…
[all …]
Dmessage.h357 * Represents information about a message queue.
380 otMessageQueueInfo m6loSendQueue; ///< Info about 6LoWPAN send queue.
381 otMessageQueueInfo m6loReassemblyQueue; ///< Info about 6LoWPAN reassembly queue.
382 otMessageQueueInfo mIp6Queue; ///< Info about IPv6 send queue.
383 otMessageQueueInfo mMplQueue; ///< Info about MPL send queue.
384 otMessageQueueInfo mMleQueue; ///< Info about MLE delayed message queue.
385 otMessageQueueInfo mCoapQueue; ///< Info about CoAP/TMF send queue.
386 otMessageQueueInfo mCoapSecureQueue; ///< Info about CoAP secure send queue.
387 otMessageQueueInfo mApplicationCoapQueue; ///< Info about application CoAP send queue.
Dmesh_diag.h89 …* Represents information about a router in Thread mesh discovered using `otMeshDiagDiscoverTopolog…
136 …* Represents information about a discovered child in Thread mesh using `otMeshDiagDiscoverTopology…
149 * about a discovered router.
218 * Represents information about a child entry from `otMeshDiagQueryChildTable()`.
252 …* Represents the callback used by `otMeshDiagQueryChildTable()` to provide information about child…
287 …* Represents the callback used by `otMeshDiagQueryChildrenIp6Addrs()` to provide information about
326 * Represents information about a router neighbor entry from `otMeshDiagQueryRouterNeighborTable()`.
349 …allback used by `otMeshDiagQueryRouterNeighborTable()` to provide information about neighbor router
Dping_sender.h85 …* @param[in] aReply A pointer to a `otPingSenderReply` containing info about the received pin…
93 …* @param[in] aStatistics A pointer to a `otPingSenderStatistics` containing info about the re…
/openthread-latest/third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/
Dconfig.yml5 about: Report a security vulnerability.
8 about: Mbed TLS community support and general discussion.
Dfeature_request.md3 about: To request an enhancement, please fill this form.
Dbug_report.md3 about: To report a bug, please fill this form.
/openthread-latest/.github/ISSUE_TEMPLATE/
Dfeature_request.md3 about: Suggest an idea for this project
12 **Additional context** Add any other context or screenshots about the feature request here.
Dbug_report.md3 about: Create a report to help us improve
19 **Additional context** Add any other context about the problem here.
/openthread-latest/src/core/net/
Ddnssd.hpp218 * @param[in] aService Information about service to unregister.
230 * @param[in] aService Information about service to unregister.
242 * @param[in] aHost Information about host to register.
254 * @param[in] aHost Information about the host to unregister.
266 * @param[in] aKey Information about the key to register.
278 * @param[in] aKey Information about the key to unregister.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md11 …information about all past released versions. Do not remove information from this document unless …
39 Information about each key is stored in a dedicated file whose name is constructed from the key ide…
112 Information about each key is stored in a dedicated file designated by the key identifier. In integ…
280 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
296 * 0x0001: key creation. The following locations may or may not contain data about the key that is b…
300 * 0x0002: key destruction. The following locations may or may not still contain data about the key …
401 Information about each key is stored in a dedicated file designated by the key identifier. In integ…
444 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
460 * 0x0001: key creation. The following locations may or may not contain data about the key that is b…
464 * 0x0002: key destruction. The following locations may or may not still contain data about the key …
Dpsa-storage-resilience.md7 At this point, we are only concerned about one specific form of resilience: to a system crash or po…
15 …ate where the function has returned. The application never needs to worry about an intermediate st…
133 When the core starts, it needs to know about transaction(s) that need to be resumed. This informati…
157 …nt. This does not require any special precautions to preserve information about the key during the…
161 …iver design is easier: the driver doesn't need to protect the information about slots in use again…
252 …er will know if a transaction was in progress and the core cannot be sure about the state of the s…
283 In order to limit the possibilities, we need to make some assumptions about the recovery step. For …
301 As discussed in the section [“Recovery strategies”](#recovery-strategies), the information about ac…
494 …nt](#chosen-storage-invariant). In addition, if there is some information about key ongoing operat…
498 …nd does not need to (for example, it would be pointless to check anything about transparent keys).…
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md15 Most cryptographic implementations care more about speed than footprint, and
32 - [Notes about other curves](#notes-about-other-curves)
33 - [Notes about other platforms](#notes-about-other-platforms)
133 Clang was also tried but tends to generate larger code (by about 10%). For
298 "Notes about other curves" below).
448 ## Notes about other curves
523 ## Notes about other platforms
526 in mind and makes a few assumptions about the platform:
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc50 # * logging-format-interpolation: Pylint warns about things like
56 # and complain about something like ``log.info('{}', foo)`` with
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py1 """Knowledge about the PSA key store as implemented in Mbed TLS.
5 backward-incompatible way! Think carefully about backward compatibility
150 backward-incompatible way! Think carefully about backward
Dpsa_information.py1 """Collect information about PSA cryptographic mechanisms.
16 """Gather information about PSA constructors."""
Dc_parsing_helper.py20 """Information about an argument to an API function."""
51 """Information about an API function."""
/openthread-latest/include/openthread/platform/
Ddnssd.h78 …* `otPlatDnssdUnregisterHost()` for more details about when to invoke the callback and the `aError…
90 …* See `otPlatDnssdRegisterService()`, `otPlatDnssdUnregisterService()` for more details about fiel…
111 …* See `otPlatDnssdRegisterHost()`, `otPlatDnssdUnregisterHost()` for more details about fields in …
125 …* See `otPlatDnssdRegisterKey()`, `otPlatDnssdUnregisterKey()` for more details about fields in ea…
212 * @param[in] aService Information about the service to register.
248 * @param[in] aService Information about the service to unregister.
288 * @param[in] aHost Information about the host to register.
325 * @param[in] aHost Information about the host to unregister.
361 * @param[in] aKey Information about the key record to register.
396 * @param[in] aKey Information about the key to unregister.
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dpsa_collect_statuses.py27 """Information about observed return statues of API functions."""
74 test suites and display information about observed return statuses.
/openthread-latest/examples/platforms/zephyr/
DREADME.md3 …om/nrfconnect/sdk-nrf/tree/main/samples/openthread/cli) for more information about the integration.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dtesting.md23 a decision is made at run-time about whether to use the PSA or legacy code
98 However, if additional logic is involved, or there are run-time decisions about
Dmd-cipher-dispatch.md221 * How to obtain metadata about algorithms (e.g. hash/MAC/tag size, key size).
254 …HA256_C` is enabled, then I want RSA-PSS to support SHA-256. I don't care about negative support. …
255 …sa_crypto_not_supported` when PSA implements RSA-PSS in software, we care about negative support: …
306 * Obtain some metadata about it (size, block size).
314 …ome legacy baggage dating from when it was more open, which we don't care about anymore. This may …
358about it per se, they only care about getting random numbers - in fact PSA users don't even need t…
472 The `engine` field is almost redundant with knowledge about `type`. However, when an algorithm is a…
603 The `engine` field is almost redundant with knowledge about `type`. However, when an algorithm is a…
/openthread-latest/src/ncp/
Dncp_base.hpp152 * Called to send notification to host about switchower results.
253 * @param[in] aHost Information about the host to register.
264 * @param[in] aHost Information about the host to register.
275 * @param[in] aService Information about the service to register.
286 * @param[in] aService Information about the service to unregister.
297 * @param[in] aKey Information about the key record to register.
308 * @param[in] aKey Information about the key record to register.
/openthread-latest/third_party/jlink/
DREADME.md5 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
/openthread-latest/third_party/mbedtls/repo/scripts/
Dapidoc_full.sh4 # available flag is documented, and avoids warnings about documentation

123456789