HomeSort by relevance Sort by last modified time
    Searched defs:RandBytes (Results 1 - 2 of 2) sorted by null

  /external/libchrome/crypto/
random.cc 13 void RandBytes(void *bytes, size_t length) {
14 // It's OK to call base::RandBytes(), because it's already strongly random.
17 base::RandBytes(bytes, length);
  /external/libchrome/base/
rand_util_posix.cc 47 RandBytes(&number, sizeof(number));
51 void RandBytes(void* output, size_t output_length) {

Completed in 67 milliseconds