Home
last modified time | relevance | path

Searched refs:IsKeyRefValid (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/crypto/
Dstorage.hpp189 inline bool IsKeyRefValid(KeyRef aKeyRef) { return (aKeyRef < kInvalidKeyRef); } in IsKeyRefValid() function
243 if (IsKeyRefValid(aKeyRef)) in DestroyKey()
/external/openthread/src/core/thread/
Dkey_manager.cpp210 if (Crypto::Storage::IsKeyRefValid(mPskcRef)) in SetPskc()
263 if (Crypto::Storage::IsKeyRefValid(mNetworkKeyRef)) in SetNetworkKey()
/external/openthread/src/core/mac/
Dmac_types.cpp350 if (Crypto::Storage::IsKeyRefValid(GetKeyRef())) in ExtractKey()