Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dfuchsia.cpp222 static_assert(MaxRandomLength <= ZX_CPRNG_DRAW_MAX_LEN, ""); in getRandom()
223 if (UNLIKELY(!Buffer || !Length || Length > MaxRandomLength)) in getRandom()
Dcommon.h158 constexpr uptr MaxRandomLength = 256U; variable
Dlinux.cpp173 if (!Buffer || !Length || Length > MaxRandomLength) in getRandom()