Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp110 Get<KeyManager>().GetNetworkKey(localNetworkKey); in ProcessSetOrReplaceRequest()
316 Get<KeyManager>().GetNetworkKey(networkKey); in GenerateLocal()
Ddataset_manager.cpp984 Get<KeyManager>().GetNetworkKey(currentKey); in HandleDelayTimer()
/openthread-latest/src/core/thread/
Dkey_manager.cpp267 GetNetworkKey(networkKey); in SetNetworkKey()
545 void KeyManager::GetNetworkKey(NetworkKey &aNetworkKey) const in GetNetworkKey() function in ot::KeyManager
Dkey_manager.hpp246 void GetNetworkKey(NetworkKey &aNetworkKey) const;
/openthread-latest/src/core/api/
Dthread_api.cpp101 AsCoreType(aInstance).Get<KeyManager>().GetNetworkKey(AsCoreType(aNetworkKey)); in otThreadGetNetworkKey()