Home
last modified time | relevance | path

Searched refs:Fill (Results 1 – 25 of 25) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum_core.misc.data428 Fill random core: 0 bytes
431 Fill random core: 1 byte, RNG stops at 0
434 Fill random core: 1 byte, RNG just sufficient
437 Fill random core: 1 byte, RNG not exhausted
440 Fill random core: 1 byte, prior content nonzero
443 Fill random core: 1 byte, 1 extra limb
446 Fill random core: 1 byte, 1 extra limb, prior content nonzero
449 Fill random core: 8 bytes, RNG stops before
452 Fill random core: 8 bytes, RNG just sufficient
455 Fill random core: 8 bytes, RNG not exhausted
[all …]
Dtest_suite_bignum.misc.data1733 Fill random: 0 bytes
1736 Fill random: 1 byte, good
1739 Fill random: 2 bytes, good, no leading zero
1742 Fill random: 2 bytes, good, 1 leading zero
1745 Fill random: MAX_SIZE - 7, good
1748 Fill random: MAX_SIZE, good
1751 Fill random: 0 bytes, previously small >0
1754 Fill random: 0 bytes, previously small <0
1757 Fill random: 0 bytes, previously large >0
1760 Fill random: 0 bytes, previously large <0
[all …]
Dtest_suite_lmots.function232 /* Fill with recognisable pattern */
Dtest_suite_ssl.function221 /* Fill up the buffer with structured data so that unwanted changes
317 /* Fill up the buffer with structured data so that unwanted changes
416 /* Fill up the buffers with structured data so that unwanted changes
723 /* Fill up the buffer with structured data so that unwanted changes
785 /* Fill up the buffer with structured data so that unwanted changes
852 /* Fill up the buffer with structured data so that unwanted changes
908 /* Fill up the buffer with structured data so that unwanted changes
974 /* Fill up the buffer with structured data so that unwanted changes
1035 /* Fill up the buffer with structured data so that unwanted changes
1098 /* Fill up the buffer with structured data so that unwanted changes
Dtest_suite_constant_time.function477 /* Fill src in a way that we can detect if we copied the right bytes */
Dtest_suite_bignum_core.function1024 * Fill the table with a unique counter so that differences are easily
1079 * Fill the MPI with the byte value in before. */
/openthread-latest/src/core/common/
Drandom.hpp173 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill() function
216 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill() function
Drandom.cpp57 SuccessOrAssert(Random::Crypto::Fill(seed)); in Manager()
/openthread-latest/tests/unit/
Dtest_checksum.cpp196 Random::NonCrypto::Fill(udpHeader); in TestUdpMessageChecksum()
264 Random::NonCrypto::Fill(icmp6Header); in TestIcmp6MessageChecksum()
338 Random::NonCrypto::Fill(tcpHeader); in TestTcp4MessageChecksum()
393 Random::NonCrypto::Fill(udpHeader); in TestUdp4MessageChecksum()
Dtest_ndproxy_table.cpp53 Random::NonCrypto::Fill(iid); in generateRandomIid()
Dtest_spinel_buffer.cpp893 SuccessOrQuit(Random::Crypto::Fill(value)); in GetRandom()
/openthread-latest/src/core/thread/
Dkey_manager.hpp150 Error GenerateRandom(void) { return Random::Crypto::Fill(*this); } in GenerateRandom()
177 Error GenerateRandom(void) { return Random::Crypto::Fill(*this); } in GenerateRandom()
Dmle_types.cpp163 void TxChallenge::GenerateRandom(void) { IgnoreError(Random::Crypto::Fill(*this)); } in GenerateRandom()
Dmle_router.cpp2703 allowAnyExtAddr.Fill(0xff); in SetSteeringData()
/openthread-latest/src/core/utils/
Dslaac_address.cpp494 error = Random::Crypto::Fill(aKey); in GetIidSecretKey()
498 IgnoreError(Random::Crypto::Fill(aKey)); in GetIidSecretKey()
/openthread-latest/src/core/mac/
Dmac_filter.cpp204 AsCoreType(&aEntry.mExtAddress).Fill(0xff); in GetNextRssIn()
Dmac_types.cpp60 IgnoreError(Random::Crypto::Fill(*this)); in GenerateRandom()
Dmac_types.hpp111 void Fill(uint8_t aByte) { memset(this, aByte, sizeof(*this)); } in Fill() function in ot::Mac::ExtAddress
/openthread-latest/src/core/net/
Ddhcp6.hpp107 return Random::Crypto::Fill(*this); in GenerateRandom()
Dip6_address.cpp246 void InterfaceIdentifier::GenerateRandom(void) { SuccessOrAssert(Random::Crypto::Fill(*this)); } in GenerateRandom()
Dnat64_translator.cpp71 Random::NonCrypto::Fill(mNextMappingId); in Translator()
Dtcp6.cpp1141 IgnoreError(Random::Crypto::Fill(isn)); in tcplp_sys_generate_isn()
/openthread-latest/src/core/meshcop/
Ddataset.cpp74 SuccessOrExit(error = Random::Crypto::Fill(mExtendedPanId)); in GenerateRandom()
Dtcat_agent.cpp710 SuccessOrExit(error = Random::Crypto::Fill(mRandomChallenge)); in HandleRequestRandomNumberChallenge()
Dborder_agent.cpp83 Random::NonCrypto::Fill(mId); in GetId()