Home
last modified time | relevance | path

Searched refs:otNetworkKeyRef (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h432 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance);
468 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef);
Ddataset.h77 typedef otCryptoKeyRef otNetworkKeyRef; ///< Reference to Key typedef
/openthread-latest/src/core/thread/
Dkey_manager.hpp159 typedef otNetworkKeyRef NetworkKeyRef;
Dkey_manager.cpp649 void KeyManager::SetNetworkKeyRef(otNetworkKeyRef aKeyRef) in SetNetworkKeyRef()
/openthread-latest/src/core/api/
Dthread_api.cpp105 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef()
128 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef) in otThreadSetNetworkKeyRef()
/openthread-latest/src/cli/
Dcli.cpp4838 otNetworkKeyRef keyRef; in Process()