Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c182 static const int kBitsNeeded = 256; in init_once() local
183 if (entropy_bits >= kBitsNeeded) { in init_once()