Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c454 …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/
DRandomNumberGenerator.cpp66 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, in getRandomBytes()
/external/pdfium/core/fxcrt/
Dfx_random.cpp39 if (!::CryptAcquireContext(&hCP, nullptr, nullptr, PROV_RSA_FULL, 0) || in GenerateSeedFromCryptoRandom()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c137 if (!CryptAcquireContext(&prov, NULL, NULL, PROV_RSA_FULL, in os_get_random()
/external/curl/lib/
Dcurl_ntlm_core.c355 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()
Dmd5.c142 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init()
/external/python/cpython2/Python/
Drandom.c54 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
/external/python/cpython3/Python/
Dbootstrap_hash.c41 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
/external/curl/src/
Dtool_metalink.c402 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in MD5_Init()
423 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in SHA1_Init()
/external/libevent/
Darc4random.c155 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, in arc4_seed_win32()
/external/ImageMagick/MagickCore/
Dnt-base.c822 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/
Dschannel.c2116 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/
DProcess.inc453 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/llvm/lib/Support/Windows/
DProcess.inc463 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,