Searched refs:random_bytes (Results 1 - 7 of 7) sorted by relevance

/external/ppp/pppd/
H A Dmagic.h49 void random_bytes __P((unsigned char *buf, int len));
H A Dmagic.c87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
H A Dchap-md5.c53 random_bytes(cp, clen);
H A Dchap_ms.c177 random_bytes(challenge, 8);
189 random_bytes(challenge, 16);
/external/boringssl/src/crypto/bn/
H A Drandom.c253 uint8_t random_bytes[64]; local
292 if (!RAND_bytes(random_bytes, sizeof(random_bytes))) {
300 SHA512_Update(&sha, random_bytes, sizeof(random_bytes));
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py503 random_bytes = os.urandom(min(file_size,
509 fp.write(random_bytes[:num_bytes])
/external/libpng/contrib/libtests/
H A Dpngvalid.c3192 png_byte random_bytes[4]; local
3205 make_four_random_bytes(palette_seed, random_bytes);
3209 b = random_bytes[--j];
7891 png_byte random_bytes[8]; /* 8 bytes - 64 bits - the biggest pixel */ local
7900 R8(random_bytes);
7922 image_pixel_init(&data, random_bytes, colour_type,

Completed in 135 milliseconds