Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dbcrypt.hpp48 BCryptGenRandom(
77 using ::BCryptGenRandom;
/third_party/boost/boost/uuid/detail/
Drandom_provider_bcrypt.ipp80 boost::winapi::BCryptGenRandom(
88 BOOST_THROW_EXCEPTION(entropy_error(status, "BCryptGenRandom"));
/third_party/boost/libs/winapi/test/run/
Dbcrypt_abi.cpp32 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(BCryptGenRandom); in main()
/third_party/boost/libs/filesystem/config/
Dhas_bcrypt.cpp30 …status = boost::winapi::BCryptGenRandom(handle, reinterpret_cast<boost::winapi::PUCHAR_>(static_ca… in main()
/third_party/ffmpeg/libavutil/
Drandom_seed.c129 NTSTATUS ret = BCryptGenRandom(algo_handle, (UCHAR*)&seed, sizeof(seed), 0); in av_get_random_seed()
/third_party/openssl/crypto/rand/
Drand_win.c70 if (BCryptGenRandom(NULL, buffer, bytes_needed, in rand_pool_acquire_entropy()
/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc84 ret = BCryptGenRandom( in ReadSeedMaterialFromOSEntropyImpl()
/third_party/boost/libs/uuid/test/
Dmock_random.hpp110 BCryptGenRandom( in BCryptGenRandom() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dseed_material.cc97 ret = BCryptGenRandom( in ReadSeedMaterialFromOSEntropyImpl()
/third_party/boost/libs/filesystem/src/
Dunique_path.cpp189 …status = boost::winapi::BCryptGenRandom(handle, static_cast<boost::winapi::PUCHAR_>(buf), static_c… in system_crypt_random()
/third_party/ffmpeg/
Dconfigure6192 check_lib bcrypt "windows.h bcrypt.h" BCryptGenRandom -lbcrypt &&
/third_party/gstreamer/gst_libav/
DChangeLog1103 …-1.16.0/gst-libs/ext/libav/libavutil/random_seed.c:129: undefined reference to `BCryptGenRandom@16'