Home
last modified time | relevance | path

Searched defs:GetBytes (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/common/
Ddata.hpp159 const uint8_t *GetBytes(void) const { return mBuffer; } in GetBytes() function in ot::Data
306 uint8_t *GetBytes(void) { return AsNonConst(Base::GetBytes()); } in GetBytes() function in ot::MutableData
313 const uint8_t *GetBytes(void) const { return Base::GetBytes(); } in GetBytes() function in ot::MutableData
Dheap_data.hpp86 const uint8_t *GetBytes(void) const { return mData.GetBytes(); } in GetBytes() function in ot::Heap::Data
Dframe_builder.hpp67 const uint8_t *GetBytes(void) const { return mBuffer; } in GetBytes() function in ot::FrameBuilder
Dmessage.hpp1529 uint8_t *GetBytes(void) { return AsNonConst(Chunk::GetBytes()); } in GetBytes() function in ot::Message::MutableChunk
/openthread-latest/src/core/crypto/
Dsha256.hpp82 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Sha256::Hash
Decdsa.hpp105 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Ecdsa::P256::Signature
312 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Ecdsa::P256::PublicKey
Dstorage.hpp288 const uint8_t *GetBytes(void) const { return mKey; } in GetBytes() function in ot::Crypto::Key
370 const uint8_t *GetBytes(void) const { return mKey; } in GetBytes() function in ot::Crypto::LiteralKey
/openthread-latest/src/core/net/
Dip6_address.hpp108 const uint8_t *GetBytes(void) const { return mPrefix.mFields.m8; } in GetBytes() function in ot::Ip6::Prefix
394 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip6::InterfaceIdentifier
564 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip6::Address
Dip4_types.hpp108 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip4::Address
244 const uint8_t *GetBytes(void) const { return mAddress.mFields.m8; } in GetBytes() function in ot::Ip4::Cidr
/openthread-latest/src/core/thread/
Dnetwork_data.hpp158 const uint8_t *GetBytes(void) const { return mTlvs; } in GetBytes() function in ot::NetworkData::NetworkData
594 uint8_t *GetBytes(void) { return AsNonConst(AsConst(this)->GetBytes()); } in GetBytes() function in ot::NetworkData::MutableNetworkData
Dmle_types.hpp509 const uint8_t *GetBytes(void) const { return mArray.GetArrayBuffer(); } in GetBytes() function in ot::Mle::RxChallenge
/openthread-latest/src/core/meshcop/
Ddataset.hpp506 uint8_t *GetBytes(void) { return mTlvs; } in GetBytes() function in ot::MeshCoP::Dataset
513 const uint8_t *GetBytes(void) const { return mTlvs; } in GetBytes() function in ot::MeshCoP::Dataset
Dmeshcop.hpp113 const uint8_t *GetBytes(void) const { return reinterpret_cast<const uint8_t *>(m8); } in GetBytes() function in ot::MeshCoP::JoinerPskd
/openthread-latest/src/core/mac/
Dmac_types.hpp490 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Mac::Key