Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Drandom-util.h25 void random_bytes(void *p, size_t n);
30 random_bytes(&u, sizeof(u)); in random_u64()
36 random_bytes(&u, sizeof(u)); in random_u32()
H A Drandom-util.c111 void random_bytes(void *p, size_t n) { in random_bytes() function
H A Dhashmap.c395 random_bytes(current, sizeof(current)); in get_hash_key()
799 random_bytes(shared_hash_key, sizeof(shared_hash_key)); in hashmap_base_new()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c260 unsigned char random_bytes[64]; in BN_generate_dsa_nonce() local
295 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), 0) <= 0) in BN_generate_dsa_nonce()
303 || !EVP_DigestUpdate(mdctx, random_bytes, sizeof(random_bytes)) in BN_generate_dsa_nonce()
325 OPENSSL_cleanse(random_bytes, sizeof(random_bytes)); in BN_generate_dsa_nonce()
/third_party/openssl/crypto/bn/
H A Dbn_rand.c260 unsigned char random_bytes[64]; in BN_generate_dsa_nonce() local
295 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), 0) <= 0) in BN_generate_dsa_nonce()
303 || !EVP_DigestUpdate(mdctx, random_bytes, sizeof(random_bytes)) in BN_generate_dsa_nonce()
325 OPENSSL_cleanse(random_bytes, sizeof(random_bytes)); in BN_generate_dsa_nonce()
/third_party/libcoap/src/
H A Dcoap_prng.c95 random_bytes(buf, len); in coap_prng_default()
/third_party/nghttp2/src/
H A Dh2load_quic.cc286 util::random_bytes(dest, dest + destlen, in rand()
H A Dshrpx_quic_connection_handler.cc549 util::random_bytes(&rand_byte, &rand_byte + 1, worker_->get_randgen()); in send_version_negotiation()
H A Dutil.h889 void random_bytes(OutputIt first, OutputIt last, Generator &gen) { in random_bytes() function
H A Dshrpx_http3_upstream.cc199 util::random_bytes(dest, dest + destlen, in rand()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c3564 png_byte random_bytes[4]; in make_standard_palette() local
3577 make_four_random_bytes(palette_seed, random_bytes); in make_standard_palette()
3581 b = random_bytes[--j]; in make_standard_palette()
8264 png_byte random_bytes[8]; /* 8 bytes - 64 bits - the biggest pixel */ in image_transform_png_set_background_set() local
8273 R8(random_bytes); in image_transform_png_set_background_set()
8295 image_pixel_init(&data, random_bytes, colour_type, in image_transform_png_set_background_set()

Completed in 30 milliseconds