Searched refs:avoid_allocation (Results 1 – 2 of 2) sorted by relevance
179 void RandBytes(span<uint8_t> output, bool avoid_allocation) { in RandBytes() argument182 if (!avoid_allocation && internal::UseBoringSSLForRandBytes()) { in RandBytes()193 if (avoid_allocation || UseGetrandom()) { in RandBytes()
68 void RandBytes(span<uint8_t> output, bool avoid_allocation) { in RandBytes() argument69 if (!avoid_allocation && internal::UseBoringSSLForRandBytes()) { in RandBytes()