/openthread-3.4.0/src/core/coap/ |
D | coap.cpp | 78 Metadata metadata; in ClearRequests() local 80 metadata.ReadFrom(message); in ClearRequests() 82 if ((aAddress == nullptr) || (metadata.mSourceAddress == *aAddress)) in ClearRequests() 84 FinalizeCoapTransaction(message, metadata, nullptr, nullptr, kErrorAbort); in ClearRequests() 285 Metadata metadata; in SendMessage() local 320 metadata.mSourceAddress = aMessageInfo.GetSockAddr(); in SendMessage() 321 metadata.mDestinationPort = aMessageInfo.GetPeerPort(); in SendMessage() 322 metadata.mDestinationAddress = aMessageInfo.GetPeerAddr(); in SendMessage() 323 metadata.mMulticastLoop = aMessageInfo.GetMulticastLoop(); in SendMessage() 324 metadata.mResponseHandler = aHandler; in SendMessage() [all …]
|
/openthread-3.4.0/src/core/net/ |
D | ip6_mpl.cpp | 341 Metadata metadata; in AddBufferedMessage() local 361 metadata.mSeedId = aSeedId; in AddBufferedMessage() 362 metadata.mSequence = aSequence; in AddBufferedMessage() 363 metadata.mTransmissionCount = aIsOutbound ? 1 : 0; in AddBufferedMessage() 364 metadata.mIntervalOffset = 0; in AddBufferedMessage() 365 metadata.GenerateNextTransmissionTime(TimerMilli::GetNow(), interval); in AddBufferedMessage() 367 SuccessOrExit(error = metadata.AppendTo(*messageCopy)); in AddBufferedMessage() 370 mRetransmissionTimer.FireAtIfEarlier(metadata.mTransmissionTime); in AddBufferedMessage() 380 Metadata metadata; in HandleRetransmissionTimer() local 384 metadata.ReadFrom(message); in HandleRetransmissionTimer() [all …]
|
D | srp_server.cpp | 1518 MessageMetadata metadata; in ProcessMessage() local 1520 metadata.mOffset = aMessage.GetOffset(); in ProcessMessage() 1521 metadata.mRxTime = aRxTime; in ProcessMessage() 1522 metadata.mTtlConfig = aTtlConfig; in ProcessMessage() 1523 metadata.mLeaseConfig = aLeaseConfig; in ProcessMessage() 1524 metadata.mMessageInfo = aMessageInfo; in ProcessMessage() 1526 SuccessOrExit(error = aMessage.Read(metadata.mOffset, metadata.mDnsHeader)); in ProcessMessage() 1527 metadata.mOffset += sizeof(Dns::UpdateHeader); in ProcessMessage() 1529 …VerifyOrExit(metadata.mDnsHeader.GetType() == Dns::UpdateHeader::Type::kTypeQuery, error = kErrorD… in ProcessMessage() 1530 …VerifyOrExit(metadata.mDnsHeader.GetQueryType() == Dns::UpdateHeader::kQueryTypeUpdate, error = kE… in ProcessMessage() [all …]
|
/openthread-3.4.0/src/core/meshcop/ |
D | joiner_router.cpp | 211 JoinerEntrustMetadata metadata; in DelaySendingJoinerEntrust() local 215 metadata.mMessageInfo = aMessageInfo; in DelaySendingJoinerEntrust() 216 metadata.mMessageInfo.SetPeerPort(Tmf::kUdpPort); in DelaySendingJoinerEntrust() 217 metadata.mSendTime = TimerMilli::GetNow() + kJoinerEntrustTxDelay; in DelaySendingJoinerEntrust() 218 metadata.mKek = aKek; in DelaySendingJoinerEntrust() 220 SuccessOrExit(error = metadata.AppendTo(*message)); in DelaySendingJoinerEntrust() 226 mTimer.FireAt(metadata.mSendTime); in DelaySendingJoinerEntrust() 238 JoinerEntrustMetadata metadata; in SendDelayedJoinerEntrust() local 244 metadata.ReadFrom(*message); in SendDelayedJoinerEntrust() 246 if (TimerMilli::GetNow() < metadata.mSendTime) in SendDelayedJoinerEntrust() [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 25 In addition, the test case also loads the key and checks that it has the expected data and metadata… 45 * [Key files](#key-storage) (files containing one key's metadata and, except for some secure elemen… 68 …metadata with `psa_import_key`. Read the file content and validate that it has the expected layout…
|
D | driver-interface-test-strategy.md | 56 …t from the expected inputs (as is often the case for cryptographic material, but not for metadata).
|
D | invasive-testing.md | 350 …, but also by the numerical values of encodings for key types and other metadata. For numerical va…
|
/openthread-3.4.0/src/core/thread/ |
D | mle.cpp | 1640 DelayedResponseMetadata metadata; in HandleDelayedResponseTimer() local 1642 metadata.ReadFrom(message); in HandleDelayedResponseTimer() 1644 if (now < metadata.mSendTime) in HandleDelayedResponseTimer() 1646 nextSendTime = Min(nextSendTime, metadata.mSendTime); in HandleDelayedResponseTimer() 1651 SendDelayedResponse(static_cast<TxMessage &>(message), metadata); in HandleDelayedResponseTimer() 1708 DelayedResponseMetadata metadata; in RemoveDelayedMessage() local 1710 metadata.ReadFrom(message); in RemoveDelayedMessage() 1713 ((aDestination == nullptr) || (metadata.mDestination == *aDestination))) in RemoveDelayedMessage() 1716 Log(kMessageRemoveDelayed, aMessageType, metadata.mDestination); in RemoveDelayedMessage() 4879 DelayedResponseMetadata metadata; in SendAfterDelay() local [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 66 The file format is just the seed as a byte string with no metadata or encoding of any kind. 278 * The file containing the key metadata designated by the key identifier. 282 * The file containing the key metadata designated by the key identifier.
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 264 * Context for a message metadata queue (fifo) that is on top of the ring buffer. 275 * Setup and free functions for the message metadata queue. 277 * \p capacity describes the number of message metadata chunks that can be held 280 * \retval 0, if a metadata queue of a given length can be allocated. 309 * Push message length information onto the message metadata queue. 570 * Contains an input queue, to which the other socket pushes metadata, 571 * and an output queue, to which this one pushes metadata. This context is 870 * \p dtls_context - in case of DTLS - this is the context handling metadata.
|
D | test_suite_psa_crypto_metadata.function | 2 /* Test macros that provide metadata about algorithms and key types.
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/ |
D | README.md | 329 edit the metadata for each package in tools/packages/_package_/
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 648 … for the key, use `"base_size"` as the size of the label plus any other metadata that the driver n… 654 …rm outside the secure element, and the wrapped form of the key plus any metadata has up to *N* byt… 801 … provide a `"get_builtin_key"` entry point to retrieve the key data and metadata. The core calls t… 821 …and the output parameters `attributes` and `key_buffer` contain the key metadata and key context r…
|