Home
last modified time | relevance | path

Searched defs:GenerateRandom (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_types.cpp163 void TxChallenge::GenerateRandom(void) { IgnoreError(Random::Crypto::Fill(*this)); } in GenerateRandom() function in ot::Mle::TxChallenge
Dkey_manager.hpp150 Error GenerateRandom(void) { return Random::Crypto::Fill(*this); } in GenerateRandom() function in ot::NetworkKey
177 Error GenerateRandom(void) { return Random::Crypto::Fill(*this); } in GenerateRandom() function in ot::Pskc
/openthread-latest/src/core/mac/
Dmac_types.cpp58 void ExtAddress::GenerateRandom(void) in GenerateRandom() function in ot::Mac::ExtAddress
/openthread-latest/src/core/meshcop/
Ddataset.cpp43 Error Dataset::Info::GenerateRandom(Instance &aInstance) in GenerateRandom() function in ot::MeshCoP::Dataset::Info
/openthread-latest/src/core/net/
Ddhcp6.hpp103 Error GenerateRandom(void) in GenerateRandom() function in ot::Dhcp6::TransactionId
Dip6_address.cpp246 void InterfaceIdentifier::GenerateRandom(void) { SuccessOrAssert(Random::Crypto::Fill(*this)); } in GenerateRandom() function in ot::Ip6::InterfaceIdentifier