Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp193 static_assert(MaxRandomLength <= ZX_CPRNG_DRAW_MAX_LEN, ""); in getRandom()
194 if (UNLIKELY(!Buffer || !Length || Length > MaxRandomLength)) in getRandom()
H A Dlinux.cpp156 if (!Buffer || !Length || Length > MaxRandomLength) in getRandom()
H A Dcommon.h141 constexpr uptr MaxRandomLength = 256U; variable