Home
last modified time | relevance | path

Searched refs:CryptGenRandom (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mingw-w64/mingw-w64-libraries/winstorecompat/src/
DCrypto.c30 #define CryptGenRandom __CryptGenRandom macro
39 #undef CryptGenRandom
82 BOOL WINAPI CryptGenRandom(HCRYPTPROV phProv, DWORD dwLen, BYTE *pbBuffer) in CryptGenRandom() function
107 …OL (WINAPI *__MINGW_IMP_SYMBOL(CryptGenRandom))(HCRYPTPROV, DWORD, BYTE*) asm("__imp__CryptGenRand…
112 BOOL (WINAPI *__MINGW_IMP_SYMBOL(CryptGenRandom))(HCRYPTPROV, DWORD, BYTE*) asm("__imp_CryptGenRand…
/third_party/openssl/crypto/rand/
Drand_win.c87 if (CryptGenRandom(hProvider, bytes_needed, buffer) != 0) in rand_pool_acquire_entropy()
107 if (CryptGenRandom(hProvider, bytes_needed, buffer) != 0) in rand_pool_acquire_entropy()
/third_party/boost/boost/uuid/detail/
Drandom_provider_wincrypt.ipp87 boost::winapi::BOOL_ res = boost::winapi::CryptGenRandom(
94 BOOST_THROW_EXCEPTION(entropy_error(err, "CryptGenRandom"));
/third_party/boost/libs/winapi/test/run/
Dcrypt_abi.cpp42 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(CryptGenRandom); in main()
/third_party/boost/boost/winapi/
Dcrypt.hpp67 CryptGenRandom(
131 using ::CryptGenRandom;
/third_party/mingw-w64/mingw-w64-crt/lib32/
Dcryptsp.def26 CryptGenRandom@12
Dadvapi32.def203 CryptGenRandom@12
/third_party/mingw-w64/mingw-w64-crt/lib-common/
Dcryptsp.def26 CryptGenRandom
Dadvapi32.def.in217 CryptGenRandom
/third_party/pulseaudio/src/pulsecore/
Drandom.c56 if (CryptGenRandom(hCryptProv, length, ret_data)) in random_proper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRandomNumberGenerator.cpp64 if (CryptGenRandom(hProvider, Size, static_cast<BYTE *>(Buffer))) in getRandomBytes()
/third_party/boost/libs/uuid/test/
Dmock_random.cpp80 CryptGenRandom( in CryptGenRandom() function
/third_party/mbedtls/library/
Dentropy_poll.c104 if( CryptGenRandom( provider, (DWORD) len, output ) == FALSE ) in mbedtls_platform_entropy_poll()
/third_party/boost/libs/random/src/
Drandom_device.cpp121 if(!CryptGenRandom(hProv, sizeof(result), in next()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_digestauth_with_arguments.c176 b = CryptGenRandom (cc, 8, rnd); in testDigestAuth()
Dtest_digestauth.c177 b = CryptGenRandom (cc, 8, rnd); in testDigestAuth()
/third_party/boost/libs/filesystem/src/
Dunique_path.cpp209 …boost::winapi::BOOL_ gen_ok = boost::winapi::CryptGenRandom(handle, static_cast<boost::winapi::DWO… in system_crypt_random()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_win32.c141 ret = CryptGenRandom(prov, len, buf); in os_get_random()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_win32.c141 ret = CryptGenRandom(prov, len, buf); in os_get_random()
/third_party/python/Python/
Dbootstrap_hash.c79 if (!CryptGenRandom(hCryptProv, chunk, buffer)) in win32_urandom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc457 if (!::CryptGenRandom(CryptoProvider, sizeof(Ret),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc450 if (!::CryptGenRandom(CryptoProvider, sizeof(Ret),
/third_party/curl/lib/vtls/
Dschannel.c2282 if(!CryptGenRandom(hCryptProv, (DWORD)length, entropy)) { in schannel_random()
/third_party/mingw-w64/mingw-w64-crt/libce/
Dcoredll.def334 CryptGenRandom @143 NONAME
/third_party/mingw-w64/mingw-w64-headers/include/
Dwincrypt.h781 WINIMPM WINBOOL WINAPI CryptGenRandom (HCRYPTPROV hProv, DWORD dwLen, BYTE *pbBuffer);

12