Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_dso.cpp622 static const uint16_t kBlockLengths[] = {8, 11, 17, 21}; in AppendPadding() local
634 … blockLength = kBlockLengths[Random::NonCrypto::GetUint8InRange(0, GetArrayLength(kBlockLengths))]; in AppendPadding()