Searched refs:random_bytes (Results 1 - 11 of 11) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | random-util.h | 25 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 D | random-util.c | 111 void random_bytes(void *p, size_t n) { in random_bytes() function
|
H A D | hashmap.c | 395 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 D | bn_rand.c | 260 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 D | bn_rand.c | 260 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 D | coap_prng.c | 95 random_bytes(buf, len); in coap_prng_default()
|
/third_party/nghttp2/src/ |
H A D | h2load_quic.cc | 286 util::random_bytes(dest, dest + destlen, in rand()
|
H A D | shrpx_quic_connection_handler.cc | 549 util::random_bytes(&rand_byte, &rand_byte + 1, worker_->get_randgen()); in send_version_negotiation()
|
H A D | util.h | 889 void random_bytes(OutputIt first, OutputIt last, Generator &gen) { in random_bytes() function
|
H A D | shrpx_http3_upstream.cc | 199 util::random_bytes(dest, dest + destlen, in rand()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 3564 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