Searched defs:random_bytes (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/
H A Dmagic.c87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
/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/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 2025 milliseconds