Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp221 static_assert(MaxRandomLength <= ZX_CPRNG_DRAW_MAX_LEN, ""); in getRandom()
222 if (UNLIKELY(!Buffer || !Length || Length > MaxRandomLength)) in getRandom()
H A Dcommon.h162 constexpr uptr MaxRandomLength = 256U; variable
H A Dlinux.cpp180 if (!Buffer || !Length || Length > MaxRandomLength) in getRandom()