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

  /external/chromium_org/sync/internal_api/public/base/
ack_handle.cc 21 uint8 random_bytes[kBytesInHandle]; local
22 base::RandBytes(random_bytes, sizeof(random_bytes));
23 return AckHandle(base::HexEncode(random_bytes, sizeof(random_bytes)),
  /external/ppp/pppd/
magic.c 87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.cc 77 std::string random_bytes; local
78 crypto::RandBytes(WriteInto(&random_bytes, 33), 32);
79 base::Base64Encode(random_bytes, &app_window_key_);
  /external/openssl/crypto/bn/
bn_rand.c 321 unsigned char random_bytes[64]; local
348 if (RAND_bytes(random_bytes, sizeof(random_bytes)) != 1)
354 SHA512_Update(&sha, random_bytes, sizeof(random_bytes));
  /external/libpng/contrib/libtests/
pngvalid.c 3040 png_byte random_bytes[4]; local
7264 png_byte random_bytes[8]; \/* 8 bytes - 64 bits - the biggest pixel *\/ local
    [all...]

Completed in 7001 milliseconds