Home
last modified time | relevance | path

Searched defs:kInvalidKeyRef (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/crypto/
H A Dstorage.hpp101 constexpr KeyRef kInvalidKeyRef = 0x80000000; ///< Invalid `KeyRef` value (PSA_KEY_ID… variable
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp634 static constexpr KeyRef kInvalidKeyRef = Crypto::Storage::kInvalidKeyRef; member in ot::Mac::KeyMaterial