Searched refs:random_bytes (Results 1 - 7 of 7) sorted by relevance
/external/ppp/pppd/ |
H A D | magic.h | 49 void random_bytes __P((unsigned char *buf, int len));
|
H A D | magic.c | 87 * random_bytes - Fill a buffer with random bytes. 90 random_bytes(unsigned char *buf, int len) function
|
H A D | chap-md5.c | 53 random_bytes(cp, clen);
|
H A D | chap_ms.c | 177 random_bytes(challenge, 8); 189 random_bytes(challenge, 16);
|
/external/boringssl/src/crypto/bn/ |
H A D | random.c | 253 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 D | perfdiag.py | 503 random_bytes = os.urandom(min(file_size, 509 fp.write(random_bytes[:num_bytes])
|
/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 3192 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