Searched full:about (Results  1 – 25 of 220) sorted by relevance
123456789
| /openthread-latest/include/openthread/ | 
| D | mdns.h | 75 …nsRegisterHost()`, `otMdnsRegisterService()`, and `otMdnsRegisterKey()` for more details about when124  * 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 …]
 
 | 
| D | message.h | 357  * 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.
 
 | 
| D | mesh_diag.h | 89 …* 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
 
 | 
| D | ping_sender.h | 85 …* @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/ | 
| D | config.yml | 5       about: Report a security vulnerability.8       about: Mbed TLS community support and general discussion.
 
 | 
| D | feature_request.md | 3 about: To request an enhancement, please fill this form.
 | 
| D | bug_report.md | 3 about: To report a bug, please fill this form.
 | 
| /openthread-latest/.github/ISSUE_TEMPLATE/ | 
| D | feature_request.md | 3 about: Suggest an idea for this project12 **Additional context** Add any other context or screenshots about the feature request here.
 
 | 
| D | bug_report.md | 3 about: Create a report to help us improve19 **Additional context** Add any other context about the problem here.
 
 | 
| /openthread-latest/src/core/net/ | 
| D | dnssd.hpp | 218      * @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/ | 
| D | mbed-crypto-storage-specification.md | 11 …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 …
 
 | 
| D | psa-storage-resilience.md | 7 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/ | 
| D | README.md | 15 Most cryptographic implementations care more about speed than footprint, and32 - [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 | .pylintrc | 50 # * logging-format-interpolation: Pylint warns about things like56 #   and complain about something like ``log.info('{}', foo)`` with
 
 | 
| /openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ | 
| D | psa_storage.py | 1 """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
 
 | 
| D | psa_information.py | 1 """Collect information about PSA cryptographic mechanisms.16     """Gather information about PSA constructors."""
 
 | 
| D | c_parsing_helper.py | 20     """Information about an argument to an API function."""51     """Information about an API function."""
 
 | 
| /openthread-latest/include/openthread/platform/ | 
| D | dnssd.h | 78 …* `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/ | 
| D | psa_collect_statuses.py | 27     """Information about observed return statues of API functions."""74     test suites and display information about observed return statuses.
 
 | 
| /openthread-latest/examples/platforms/zephyr/ | 
| D | README.md | 3 …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/ | 
| D | testing.md | 23 a decision is made at run-time about whether to use the PSA or legacy code98 However, if additional logic is involved, or there are run-time decisions about
 
 | 
| D | md-cipher-dispatch.md | 221 * 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 …
 358 …about 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/ | 
| D | ncp_base.hpp | 152      * 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/ | 
| D | README.md | 5 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
 | 
| /openthread-latest/third_party/mbedtls/repo/scripts/ | 
| D | apidoc_full.sh | 4 # available flag is documented, and avoids warnings about documentation
 | 
        123456789