Home
last modified time | relevance | path

Searched defs:Update (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/src/core/crypto/
Dhmac_sha256.cpp54 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update() function in ot::Crypto::HmacSha256
64 void HmacSha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update() function in ot::Crypto::HmacSha256
Dsha256.cpp54 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update() function in ot::Crypto::Sha256
59 void Sha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update() function in ot::Crypto::Sha256
Dhmac_sha256.hpp111 template <typename ObjectType> void Update(const ObjectType &aObject) in Update() function in ot::Crypto::HmacSha256
Dsha256.hpp124 template <typename ObjectType> void Update(const ObjectType &aObject) in Update() function in ot::Crypto::Sha256
/openthread-latest/src/core/common/
Dcrc16.cpp44 void Crc16::Update(uint8_t aByte) in Update() function in ot::Crc16
Dnotifier.hpp284 template <typename Type> Error Update(Type &aVariable, const Type &aNewValue, Event aEvent) in Update() function in ot::Notifier
/openthread-latest/src/posix/platform/
Dmainloop.cpp61 void Manager::Update(otSysMainloopContext &aContext) in Update() function in ot::Posix::Mainloop::Manager
Ddaemon.cpp336 void Daemon::Update(otSysMainloopContext &aContext) in Update() function in ot::Posix::Daemon
Dmulticast_routing.cpp189 void MulticastRoutingManager::Update(otSysMainloopContext &aContext) in Update() function in ot::Posix::MulticastRoutingManager
Dmdns_socket.cpp125 void MdnsSocket::Update(otSysMainloopContext &aContext) in Update() function in ot::Posix::MdnsSocket
Dudp.cpp544 void Udp::Update(otSysMainloopContext &aContext) in Update() function in ot::Posix::Udp
Dinfra_if.cpp516 void InfraNetif::Update(otSysMainloopContext &aContext) in Update() function in ot::Posix::InfraNetif
/openthread-latest/src/core/backbone_router/
Dbbr_leader.cpp139 void Leader::Update(void) in Update() function in ot::BackboneRouter::Leader
Dndproxy_table.cpp66 void NdProxyTable::NdProxy::Update(uint16_t aRloc16, uint32_t aTimeSinceLastTransaction) in Update() function in ot::BackboneRouter::NdProxyTable::NdProxy
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp88 void CslTxScheduler::Update(void) in Update() function in ot::CslTxScheduler
Dnetwork_data_leader.hpp512 void Update(const NetworkDataTlv &aTlv) in Update() function in ot::NetworkData::Leader::ChangedFlags
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp124 void LinkMetricsManager::Update(void) in Update() function in ot::Utils::LinkMetricsManager
/openthread-latest/src/core/meshcop/
Ddataset.hpp194 template <Component kComponent> typename TypeFor<kComponent>::Type &Update(void) in Update() function in ot::MeshCoP::Dataset::Info