Searched refs:BCryptGenRandom (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/winapi/ |
D | bcrypt.hpp | 48 BCryptGenRandom( 77 using ::BCryptGenRandom;
|
/third_party/boost/boost/uuid/detail/ |
D | random_provider_bcrypt.ipp | 80 boost::winapi::BCryptGenRandom( 88 BOOST_THROW_EXCEPTION(entropy_error(status, "BCryptGenRandom"));
|
/third_party/boost/libs/winapi/test/run/ |
D | bcrypt_abi.cpp | 32 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(BCryptGenRandom); in main()
|
/third_party/boost/libs/filesystem/config/ |
D | has_bcrypt.cpp | 30 …status = boost::winapi::BCryptGenRandom(handle, reinterpret_cast<boost::winapi::PUCHAR_>(static_ca… in main()
|
/third_party/ffmpeg/libavutil/ |
D | random_seed.c | 129 NTSTATUS ret = BCryptGenRandom(algo_handle, (UCHAR*)&seed, sizeof(seed), 0); in av_get_random_seed()
|
/third_party/openssl/crypto/rand/ |
D | rand_win.c | 70 if (BCryptGenRandom(NULL, buffer, bytes_needed, in rand_pool_acquire_entropy()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | seed_material.cc | 84 ret = BCryptGenRandom( in ReadSeedMaterialFromOSEntropyImpl()
|
/third_party/boost/libs/uuid/test/ |
D | mock_random.hpp | 110 BCryptGenRandom( in BCryptGenRandom() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | seed_material.cc | 97 ret = BCryptGenRandom( in ReadSeedMaterialFromOSEntropyImpl()
|
/third_party/boost/libs/filesystem/src/ |
D | unique_path.cpp | 189 …status = boost::winapi::BCryptGenRandom(handle, static_cast<boost::winapi::PUCHAR_>(buf), static_c… in system_crypt_random()
|
/third_party/ffmpeg/ |
D | configure | 6192 check_lib bcrypt "windows.h bcrypt.h" BCryptGenRandom -lbcrypt &&
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 1103 …-1.16.0/gst-libs/ext/libav/libavutil/random_seed.c:129: undefined reference to `BCryptGenRandom@16'
|