HomeSort by relevance Sort by last modified time
    Searched refs:random_bytes (Results 1 - 10 of 10) 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/components/invalidation/
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/chromium_org/content/child/webcrypto/openssl/
sym_key_openssl.cc 27 std::vector<unsigned char> random_bytes(keylen_bytes, 0);
30 if (!(RAND_bytes(&random_bytes[0], keylen_bytes)))
35 blink::WebCryptoKey::create(new SymKeyOpenSsl(CryptoData(random_bytes)),
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
random.c 250 uint8_t random_bytes[64]; local
289 if (RAND_pseudo_bytes(random_bytes, sizeof(random_bytes)) != 1) {
297 SHA512_Update(&sha, 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/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 176 milliseconds