/external/libcups/cups/ |
D | tls-sspi.c | 448 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpLoadCredentials() 452 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpLoadCredentials() 571 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpSaveCredentials() 575 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpSaveCredentials() 627 ckp.dwProvType = PROV_RSA_FULL; in httpSaveCredentials() 1692 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials() 1696 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials() 1903 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials() 1907 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials() 1964 kpi.dwProvType = PROV_RSA_FULL; in http_sspi_make_credentials() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | RandomNumberGenerator.cpp | 61 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, in getRandomBytes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | RandomNumberGenerator.cpp | 61 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, in getRandomBytes()
|
/external/pdfium/core/fxcrt/ |
D | fx_random.cpp | 40 if (!::CryptAcquireContext(&hCP, nullptr, nullptr, PROV_RSA_FULL, 0) || in GenerateSeedFromCryptoRandom()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 137 if (!CryptAcquireContext(&prov, NULL, NULL, PROV_RSA_FULL, in os_get_random()
|
/external/python/cpython2/Python/ |
D | random.c | 54 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 52 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
|
/external/curl/src/ |
D | tool_metalink.c | 339 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in MD5_Init() 360 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in SHA1_Init()
|
/external/libevent/ |
D | arc4random.c | 158 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, in arc4_seed_win32()
|
/external/python/cryptography/src/_cffi_src/openssl/src/ |
D | osrandom_engine.c | 34 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in osrandom_init()
|
/external/curl/lib/ |
D | curl_ntlm_core.c | 345 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in encrypt_des()
|
D | md4.c | 155 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in MD4_Init()
|
D | md5.c | 192 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in MD5_Init()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 762 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL, in NTGatherRandomData() 765 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL, in NTGatherRandomData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 444 if (!::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 451 if (!::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 463 if (!::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Process.inc | 470 if (::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
|
/external/curl/lib/vtls/ |
D | schannel.c | 2259 if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, in Curl_schannel_random() 2393 PROV_RSA_FULL, CALG_MD5); in Curl_schannel_md5sum()
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 215 #ifndef PROV_RSA_FULL 216 # define PROV_RSA_FULL 1 macro 742 …bResult = (*g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSE… in mDNSPlatformRandomNumber() 746 …bResult = ( *g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEY… in mDNSPlatformRandomNumber()
|