Searched refs:get_random_bytes (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/libs/uuid/test/ |
D | test_detail_random_provider.cpp | 43 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/ |
D | eng_rdrand.c | 25 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/ |
D | gen_uuid.c | 175 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/ |
D | random_provider.hpp | 75 get_random_bytes(&*first, sizeof(*first)); in generate()
|
D | random_provider_arc4random.ipp | 25 void get_random_bytes(void *buf, std::size_t siz)
|
D | random_provider_getentropy.ipp | 27 void get_random_bytes(void *buf, std::size_t siz)
|
D | random_provider_getrandom.ipp | 43 void get_random_bytes(void *buf, std::size_t siz)
|
D | random_provider_bcrypt.ipp | 77 void get_random_bytes(void *buf, std::size_t siz)
|
D | random_provider_posix.ipp | 85 void get_random_bytes(void *buf, std::size_t siz)
|
D | random_provider_wincrypt.ipp | 85 void get_random_bytes(void *buf, std::size_t siz)
|
/third_party/boost/boost/uuid/ |
D | random_generator.hpp | 211 prov_.get_random_bytes(&result, sizeof(result_type)); in operator ()()
|
/third_party/e2fsprogs/misc/ |
D | fuse2fs.c | 3629 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()
|