Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp205 static_assert(MaxRandomLength <= ZX_CPRNG_DRAW_MAX_LEN, ""); in getRandom()
206 if (UNLIKELY(!Buffer || !Length || Length > MaxRandomLength)) in getRandom()
H A Dcommon.h143 constexpr uptr MaxRandomLength = 256U; variable
H A Dlinux.cpp157 if (!Buffer || !Length || Length > MaxRandomLength) in getRandom()