Home
last modified time | relevance | path

Searched refs:get_random_bytes (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/uuid/test/
Dtest_detail_random_provider.cpp43 provider.get_random_bytes(buf1, 64); in main()
44 provider.get_random_bytes(buf2, 64); in main()
69 BOOST_TEST_THROWS(boost::uuids::detail::random_provider().get_random_bytes(buf, 4), in main()
/third_party/openssl/crypto/engine/
Deng_rdrand.c25 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() function
41 get_random_bytes,
44 get_random_bytes,
/third_party/e2fsprogs/lib/uuid/
Dgen_uuid.c175 static void get_random_bytes(void *buf, int nbytes) in get_random_bytes() function
371 get_random_bytes(&clock_seq, sizeof(clock_seq)); in get_clock()
588 get_random_bytes(node_id, 6); in uuid__generate_time()
662 get_random_bytes(buf, sizeof(buf)); in uuid__generate_random()
/third_party/boost/boost/uuid/detail/
Drandom_provider.hpp75 get_random_bytes(&*first, sizeof(*first)); in generate()
Drandom_provider_arc4random.ipp25 void get_random_bytes(void *buf, std::size_t siz)
Drandom_provider_getentropy.ipp27 void get_random_bytes(void *buf, std::size_t siz)
Drandom_provider_getrandom.ipp43 void get_random_bytes(void *buf, std::size_t siz)
Drandom_provider_bcrypt.ipp77 void get_random_bytes(void *buf, std::size_t siz)
Drandom_provider_posix.ipp85 void get_random_bytes(void *buf, std::size_t siz)
Drandom_provider_wincrypt.ipp85 void get_random_bytes(void *buf, std::size_t siz)
/third_party/boost/boost/uuid/
Drandom_generator.hpp211 prov_.get_random_bytes(&result, sizeof(result_type)); in operator ()()
/third_party/e2fsprogs/misc/
Dfuse2fs.c3629 static int get_random_bytes(void *p, size_t sz) in get_random_bytes() function
3854 get_random_bytes(&fctx.next_generation, sizeof(unsigned int)); in main()