/external/libcups/cups/ |
D | tls-sspi.c | 454 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpLoadCredentials() 458 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpLoadCredentials() 577 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpSaveCredentials() 581 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpSaveCredentials() 633 ckp.dwProvType = PROV_RSA_FULL; in httpSaveCredentials() 1698 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials() 1702 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials() 1909 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials() 1913 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials() 1970 kpi.dwProvType = PROV_RSA_FULL; in http_sspi_make_credentials() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | RandomNumberGenerator.cpp | 66 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, in getRandomBytes()
|
/external/pdfium/core/fxcrt/ |
D | fx_random.cpp | 39 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/curl/lib/ |
D | curl_ntlm_core.c | 355 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in encrypt_des() 600 if(CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in Curl_ntlm_core_mk_nt_hash()
|
D | md5.c | 142 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init()
|
/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 | 41 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
|
/external/curl/src/ |
D | tool_metalink.c | 402 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init() 423 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in SHA1_Init()
|
/external/libevent/ |
D | arc4random.c | 155 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, in arc4_seed_win32()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 822 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL, in NTGatherRandomData() 825 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL, in NTGatherRandomData()
|
/external/curl/lib/vtls/ |
D | schannel.c | 2116 if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, in Curl_schannel_random() 2249 PROV_RSA_FULL, CALG_MD5); in Curl_schannel_md5sum()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Process.inc | 453 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/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()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 559 PROV_RSA_FULL,
|