Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/core/mac/
Dmac.hpp787 enum Operation : uint8_t enum in ot::Mac::Mac
837 … bool IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); } in IsPending()
838 bool IsActiveOrPending(Operation aOperation) const;
839 void SetPending(Operation aOperation) { mPendingOperations |= (1U << aOperation); } in SetPending()
840 void ClearPending(Operation aOperation) { mPendingOperations &= ~(1U << aOperation); } in ClearPending()
841 void StartOperation(Operation aOperation);
854 void Scan(Operation aScanOperation, uint32_t aScanChannels, uint16_t aScanDuration);
880 static const char *OperationToString(Operation aOperation);
900 Operation mOperation;
Dmac.cpp179 void Mac::Scan(Operation aScanOperation, uint32_t aScanChannels, uint16_t aScanDuration) in Scan()
609 bool Mac::IsActiveOrPending(Operation aOperation) const { return (mOperation == aOperation) || IsPe… in IsActiveOrPending()
611 void Mac::StartOperation(Operation aOperation) in StartOperation()
2298 const char *Mac::OperationToString(Operation aOperation) in OperationToString()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.ofb.data2 # Recommendation for Block Cipher Modes of Operation
Dtest_suite_aes.ctr.data2 # Recommendation for Block Edition Cipher Modes of Operation
/openthread-latest/src/cli/
DREADME_DATASET.md147 3. Start the Dataset Updater, which will prepare a Pending Operation Dataset and inform the Leader …
773 Indicate whether there is an ongoing Operation Dataset update request.
786 Request network to update its Operation Dataset to the current operational dataset buffer.
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md242 | Operation | p256-m | TinyCrypt |
252 | Operation | p256-m | TinyCrypt |
262 | Operation | p256-m | TinyCrypt |
274 | Operation | p256-m | TinyCrypt |
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md282 #### Operation family `"mac_multipart"`
286 #### Operation family `"mac_verify_multipart"`
290 #### Operation family `"cipher_encrypt_multipart"`
294 #### Operation family `"cipher_decrypt_multipart"`
298 #### Operation family `"aead_encrypt_multipart"`
302 #### Operation family `"aead_decrypt_multipart"`
801 …uaranteed to work functionally and not to cause indirect security loss. Operation functions are su…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md472 * Operation type: 1 byte. Currently unused during recovery.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4032 Recommendation for Block Cipher Modes of Operation: The CMAC Mode for