Home
last modified time | relevance | path

Searched defs:GetKey (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/utils/
Dflash.hpp155 uint16_t GetKey(void) const { return mKey; } in GetKey() function in ot::Flash::RecordHeader
/openthread-latest/src/core/mac/
Dmac_types.hpp546 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/net/
Dsrp_server.hpp509 const Key &GetKey(void) const { return mKey; } in GetKey() function in ot::Srp::Server::Host
Ddns_types.hpp2127 const Crypto::Ecdsa::P256::PublicKey &GetKey(void) const { return mKey; } in GetKey() function in ot::Dns::Ecdsa256KeyRecord