Home
last modified time | relevance | path

Searched refs:GetKey (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_types.cpp319 GetKey().Clear(); in Clear()
357 aKey = GetKey(); in ExtractKey()
366 aCryptoKey.Set(GetKey().GetBytes(), Key::kSize); in ConvertToCryptoKey()
384 (GetKey() == aOther.GetKey()); in operator ==()
Dmac_types.hpp510 GetKey().Clear(); in KeyMaterial()
546 const Key &GetKey(void) const { return static_cast<const Key &>(mKeyMaterial.mKey); } in GetKey() function in ot::Mac::KeyMaterial
600 Key &GetKey(void) { return static_cast<Key &>(mKeyMaterial.mKey); } in GetKey() function in ot::Mac::KeyMaterial
/openthread-latest/src/core/utils/
Dflash.cpp126 if ((record.GetKey() != aKey) || !record.IsValid()) in Get()
213 if (record.IsValid() && record.IsFirst() && (record.GetKey() == aKey)) in DoesValidRecordExist()
237 … if (!record.IsValid() || DoesValidRecordExist(srcOffset + record.GetSize(), record.GetKey())) in Swap()
265 if ((record.GetKey() != aKey) || !record.IsValid()) in Delete()
Dflash.hpp155 uint16_t GetKey(void) const { return mKey; } in GetKey() function in ot::Flash::RecordHeader
/openthread-latest/src/core/net/
Dsrp_server.hpp509 const Key &GetKey(void) const { return mKey; } in GetKey() function in ot::Srp::Server::Host
Dsrp_server.cpp957 VerifyOrExit(aHost.mKey == keyRecord.GetKey(), error = kErrorSecurity); in ProcessHostDescriptionInstruction()
962 aHost.mKey = keyRecord.GetKey(); in ProcessHostDescriptionInstruction()
Ddns_types.hpp2127 const Crypto::Ecdsa::P256::PublicKey &GetKey(void) const { return mKey; } in GetKey() function in ot::Dns::Ecdsa256KeyRecord