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

  /external/ppp/pppd/
magic.h 49 void random_bytes __P((unsigned char *buf, int len));
magic.c 87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
chap-md5.c 53 random_bytes(cp, clen);
chap_ms.c 177 random_bytes(challenge, 8);
189 random_bytes(challenge, 16);
  /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/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/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/chromium_org/content/child/webcrypto/
platform_crypto_openssl.cc 284 std::vector<unsigned char> random_bytes(keylen_bytes, 0);
285 if (!(RAND_bytes(&random_bytes[0], keylen_bytes)))
292 *key = blink::WebCryptoKey::create(new SymKey(CryptoData(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 797 milliseconds