Searched refs:GetNetworkKey (Results 1 – 7 of 7) sorted by relevance
104 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()
159 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()
266 …const NetworkKey &GetNetworkKey(void) const { return static_cast<const NetworkKey &>(mNetworkKey);… in GetNetworkKey() function in ot::MeshCoP::Dataset::Info
328 SuccessOrExit(error = Tlv::Append<NetworkKeyTlv>(*message, Get<KeyManager>().GetNetworkKey())); in PrepareJoinerEntrustMessage()
616 const NetworkKey &GetNetworkKey(void) const { return mNetworkKey; } in GetNetworkKey() function in ot::MeshCoP::NetworkKeyTlv
211 const NetworkKey &GetNetworkKey(void) const { return mNetworkKey; } in GetNetworkKey() function in ot::KeyManager
119 return &instance.Get<KeyManager>().GetNetworkKey(); in otThreadGetNetworkKey()