Searched refs:FillBuffer (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/common/ |
D | random.hpp | 164 void FillBuffer(uint8_t *aBuffer, uint16_t aSize); 177 FillBuffer(reinterpret_cast<uint8_t *>(&aObject), sizeof(ObjectType)); in Fill() 204 inline Error FillBuffer(uint8_t *aBuffer, uint16_t aSize) { return Manager::CryptoFillBuffer(aBuffe… in FillBuffer() function 220 return FillBuffer(reinterpret_cast<uint8_t *>(&aObject), sizeof(ObjectType)); in Fill()
|
D | random.cpp | 151 void FillBuffer(uint8_t *aBuffer, uint16_t aSize) in FillBuffer() function
|
/openthread-latest/src/core/api/ |
D | random_crypto_api.cpp | 44 return Random::Crypto::FillBuffer(aBuffer, aSize); in otRandomCryptoFillBuffer()
|
D | random_noncrypto_api.cpp | 61 void otRandomNonCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { Random::NonCrypto::FillBuffer(… in otRandomNonCryptoFillBuffer()
|
/openthread-latest/tests/unit/ |
D | test_checksum.cpp | 205 Random::NonCrypto::FillBuffer(buffer, payloadSize); in TestUdpMessageChecksum() 273 Random::NonCrypto::FillBuffer(buffer, payloadSize); in TestIcmp6MessageChecksum() 346 Random::NonCrypto::FillBuffer(buffer, payloadSize); in TestTcp4MessageChecksum() 402 Random::NonCrypto::FillBuffer(buffer, payloadSize); in TestUdp4MessageChecksum()
|
D | test_message.cpp | 67 Random::NonCrypto::FillBuffer(writeBuffer, kMaxSize); in TestMessage()
|
/openthread-latest/src/core/crypto/ |
D | mbedtls.cpp | 177 IgnoreError(ot::Random::Crypto::FillBuffer(aBuffer, static_cast<uint16_t>(aSize))); in CryptoSecurePrng()
|
/openthread-latest/src/core/net/ |
D | ip6_address.cpp | 48 return Random::Crypto::FillBuffer(&m8[1], kSize - 1); in GenerateRandomUla()
|
D | dns_types.cpp | 43 return Random::Crypto::FillBuffer(reinterpret_cast<uint8_t *>(&mMessageId), sizeof(mMessageId)); in SetRandomMessageId()
|
/openthread-latest/src/core/coap/ |
D | coap_message.cpp | 416 IgnoreError(Random::Crypto::FillBuffer(token, aTokenLength)); in GenerateRandomToken()
|