Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c448 …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/
DRandomNumberGenerator.cpp61 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, in getRandomBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRandomNumberGenerator.cpp61 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, in getRandomBytes()
/external/pdfium/core/fxcrt/
Dfx_random.cpp40 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/python/cpython2/Python/
Drandom.c54 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
/external/python/cpython3/Python/
Dbootstrap_hash.c52 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in win32_urandom_init()
/external/curl/src/
Dtool_metalink.c339 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/
Darc4random.c158 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL, in arc4_seed_win32()
/external/python/cryptography/src/_cffi_src/openssl/src/
Dosrandom_engine.c34 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { in osrandom_init()
/external/curl/lib/
Dcurl_ntlm_core.c345 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in encrypt_des()
Dmd4.c155 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in MD4_Init()
Dmd5.c192 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL, PROV_RSA_FULL, in MD5_Init()
/external/ImageMagick/MagickCore/
Dnt-base.c762 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/
DProcess.inc444 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/llvm-project/llvm/lib/Support/Windows/
DProcess.inc470 if (::CryptAcquireContextW(&HCPC, NULL, NULL, PROV_RSA_FULL,
/external/curl/lib/vtls/
Dschannel.c2259 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/
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()