Home
last modified time | relevance | path

Searched refs:kInvalidKeyRef (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/crypto/
Dstorage.hpp98 constexpr KeyRef kInvalidKeyRef = 0x80000000; ///< Invalid `KeyRef` value (PSA_KEY_ID_VENDOR_MAX + … variable
185 inline bool IsKeyRefValid(KeyRef aKeyRef) { return (aKeyRef < kInvalidKeyRef); } in IsKeyRefValid()
/openthread-latest/src/core/mac/
Dmac_types.hpp512 SetKeyRef(kInvalidKeyRef); in KeyMaterial()
595 static constexpr KeyRef kInvalidKeyRef = Crypto::Storage::kInvalidKeyRef; member in ot::Mac::KeyMaterial
Dmac_types.cpp317 SetKeyRef(kInvalidKeyRef); in Clear()
374 SetKeyRef(kInvalidKeyRef); in DestroyKey()
/openthread-latest/src/core/thread/
Dkey_manager.cpp185 mNetworkKeyRef = Crypto::Storage::kInvalidKeyRef; in KeyManager()
186 mPskcRef = Crypto::Storage::kInvalidKeyRef; in KeyManager()