/external/libcups/cups/ |
D | tls-sspi.c | 455 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpLoadCredentials() 459 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpLoadCredentials() 578 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpSaveCredentials() 582 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpSaveCredentials() 634 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() 1899 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials() 1903 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials() 1960 kpi.dwProvType = PROV_RSA_FULL; in http_sspi_make_credentials() [all …]
|
/external/libmicrohttpd/src/testcurl/ |
D | test_digestauth_with_arguments.c | 169 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT); in testDigestAuth()
|
D | test_digestauth.c | 170 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT); in testDigestAuth()
|
/external/fio/os/ |
D | os-windows.h | 238 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in init_random_state()
|
/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 | 318 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in encrypt_des() 552 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/curl/src/ |
D | tool_metalink.c | 398 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init() 419 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in SHA1_Init()
|
/external/libevent/ |
D | arc4random.c | 154 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, in arc4_seed_win32()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 805 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL, in NTGatherRandomData() 808 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL, in NTGatherRandomData()
|
/external/pdfium/core/fxcrt/ |
D | fx_extension.cpp | 637 if (!::CryptAcquireContext(&hCP, nullptr, nullptr, PROV_RSA_FULL, 0) || in FX_GenerateCryptoRandom()
|
/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,
|
/external/curl/lib/vtls/ |
D | schannel.c | 1494 if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, in Curl_schannel_random()
|