HomeSort by relevance Sort by last modified time
    Searched full:entropy_bits (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/fipsmodule/rand/
urandom.c 176 int entropy_bits; local
177 if (ioctl(fd, RNDGETENTCNT, &entropy_bits)) {
185 if (entropy_bits >= kBitsNeeded) {

Completed in 152 milliseconds