/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum_core.misc.data | 428 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 …]
|
D | test_suite_bignum.misc.data | 1733 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 …]
|
D | test_suite_lmots.function | 232 /* Fill with recognisable pattern */
|
D | test_suite_ssl.function | 221 /* 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
|
D | test_suite_constant_time.function | 477 /* Fill src in a way that we can detect if we copied the right bytes */
|
D | test_suite_bignum_core.function | 1024 * 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/ |
D | random.hpp | 173 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill() function 216 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill() function
|
D | random.cpp | 57 SuccessOrAssert(Random::Crypto::Fill(seed)); in Manager()
|
/openthread-latest/tests/unit/ |
D | test_checksum.cpp | 196 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()
|
D | test_ndproxy_table.cpp | 53 Random::NonCrypto::Fill(iid); in generateRandomIid()
|
D | test_spinel_buffer.cpp | 893 SuccessOrQuit(Random::Crypto::Fill(value)); in GetRandom()
|
/openthread-latest/src/core/thread/ |
D | key_manager.hpp | 150 Error GenerateRandom(void) { return Random::Crypto::Fill(*this); } in GenerateRandom() 177 Error GenerateRandom(void) { return Random::Crypto::Fill(*this); } in GenerateRandom()
|
D | mle_types.cpp | 163 void TxChallenge::GenerateRandom(void) { IgnoreError(Random::Crypto::Fill(*this)); } in GenerateRandom()
|
D | mle_router.cpp | 2703 allowAnyExtAddr.Fill(0xff); in SetSteeringData()
|
/openthread-latest/src/core/utils/ |
D | slaac_address.cpp | 494 error = Random::Crypto::Fill(aKey); in GetIidSecretKey() 498 IgnoreError(Random::Crypto::Fill(aKey)); in GetIidSecretKey()
|
/openthread-latest/src/core/mac/ |
D | mac_filter.cpp | 204 AsCoreType(&aEntry.mExtAddress).Fill(0xff); in GetNextRssIn()
|
D | mac_types.cpp | 60 IgnoreError(Random::Crypto::Fill(*this)); in GenerateRandom()
|
D | mac_types.hpp | 111 void Fill(uint8_t aByte) { memset(this, aByte, sizeof(*this)); } in Fill() function in ot::Mac::ExtAddress
|
/openthread-latest/src/core/net/ |
D | dhcp6.hpp | 107 return Random::Crypto::Fill(*this); in GenerateRandom()
|
D | ip6_address.cpp | 246 void InterfaceIdentifier::GenerateRandom(void) { SuccessOrAssert(Random::Crypto::Fill(*this)); } in GenerateRandom()
|
D | nat64_translator.cpp | 71 Random::NonCrypto::Fill(mNextMappingId); in Translator()
|
D | tcp6.cpp | 1141 IgnoreError(Random::Crypto::Fill(isn)); in tcplp_sys_generate_isn()
|
/openthread-latest/src/core/meshcop/ |
D | dataset.cpp | 74 SuccessOrExit(error = Random::Crypto::Fill(mExtendedPanId)); in GenerateRandom()
|
D | tcat_agent.cpp | 710 SuccessOrExit(error = Random::Crypto::Fill(mRandomChallenge)); in HandleRequestRandomNumberChallenge()
|
D | border_agent.cpp | 83 Random::NonCrypto::Fill(mId); in GetId()
|