Home
last modified time | relevance | path

Searched refs:GetNetworkKey (Results 1 – 7 of 7) sorted by relevance

/openthread-2.7.6/src/core/meshcop/
Ddataset.cpp104 VerifyOrExit(aOther.IsNetworkKeyPresent() && GetNetworkKey() == aOther.GetNetworkKey()); in IsSubsetOf()
226 aDatasetInfo.SetNetworkKey(static_cast<const NetworkKeyTlv *>(cur)->GetNetworkKey()); in ConvertTo()
340 IgnoreError(SetTlv(Tlv::kNetworkKey, aDatasetInfo.GetNetworkKey())); in SetFrom()
568 if (aIsNetworkKeyUpdated && (key->GetNetworkKey() != keyManager.GetNetworkKey())) in ApplyConfiguration()
573 IgnoreError(keyManager.SetNetworkKey(key->GetNetworkKey())); in ApplyConfiguration()
Ddataset_manager_ftd.cpp159 if (networkKey != Get<KeyManager>().GetNetworkKey()) in HandleSet()
167 …== Tlv::kPendingTimestamp && (!hasNetworkKey || (networkKey == Get<KeyManager>().GetNetworkKey()))) in HandleSet()
356 IgnoreError(dataset.SetTlv(Tlv::kNetworkKey, Get<KeyManager>().GetNetworkKey())); in GenerateLocal()
Ddataset.hpp266 …const NetworkKey &GetNetworkKey(void) const { return static_cast<const NetworkKey &>(mNetworkKey);… in GetNetworkKey() function in ot::MeshCoP::Dataset::Info
Djoiner_router.cpp328 SuccessOrExit(error = Tlv::Append<NetworkKeyTlv>(*message, Get<KeyManager>().GetNetworkKey())); in PrepareJoinerEntrustMessage()
Dmeshcop_tlvs.hpp616 const NetworkKey &GetNetworkKey(void) const { return mNetworkKey; } in GetNetworkKey() function in ot::MeshCoP::NetworkKeyTlv
/openthread-2.7.6/src/core/thread/
Dkey_manager.hpp211 const NetworkKey &GetNetworkKey(void) const { return mNetworkKey; } in GetNetworkKey() function in ot::KeyManager
/openthread-2.7.6/src/core/api/
Dthread_api.cpp119 return &instance.Get<KeyManager>().GetNetworkKey(); in otThreadGetNetworkKey()