Home
last modified time | relevance | path

Searched refs:PROV_RSA_FULL (Results 1 – 18 of 18) sorted by relevance

/external/libcups/cups/
Dtls-sspi.c455 …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()
1693 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials()
1697 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials()
1900 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials()
1904 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials()
1961 kpi.dwProvType = PROV_RSA_FULL; in http_sspi_make_credentials()
[all …]
/external/pdfium/core/fxcrt/
Dfx_random.cpp39 if (!::CryptAcquireContext(&hCP, nullptr, nullptr, PROV_RSA_FULL, 0) || in GenerateSeedFromCryptoRandom()
/external/libmicrohttpd/src/testcurl/
Dtest_digestauth.c170 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT); in testDigestAuth()
Dtest_digestauth_with_arguments.c169 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT); in testDigestAuth()
/external/curl/lib/
Dcurl_ntlm_core.c365 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in encrypt_des()
607 if(CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in Curl_ntlm_core_mk_nt_hash()
Dmd5.c142 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init()
/external/fio/os/
Dos-windows.h246 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in init_random_state()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c137 if (!CryptAcquireContext(&prov, NULL, NULL, PROV_RSA_FULL, in os_get_random()
/external/curl/src/
Dtool_metalink.c402 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init()
423 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in SHA1_Init()
/external/python/cpython2/Python/
Drandom.c54 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
/external/python/cpython3/Python/
Drandom.c37 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
/external/libevent/
Darc4random.c155 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, in arc4_seed_win32()
/external/ImageMagick/MagickCore/
Dnt-base.c805 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/llvm/lib/Support/Windows/
DProcess.inc463 if (!::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc451 if (!::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c215 #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/
DPathV2.inc559 PROV_RSA_FULL,
/external/curl/lib/vtls/
Dschannel.c1659 if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, in Curl_schannel_random()