HomeSort by relevance Sort by last modified time
    Searched refs:PROV_RSA_FULL (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_windows.go 29 const provType = syscall.PROV_RSA_FULL
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_windows.go 29 const provType = syscall.PROV_RSA_FULL
  /hardware/qcom/msm8998/json-c/
random_seed.c 193 if (!CryptAcquireContextW(&hProvider, 0, 0, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT | CRYPT_SILENT)) {
  /external/libmicrohttpd/src/testcurl/
test_digestauth.c 170 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT);
test_digestauth_with_arguments.c 169 b = CryptAcquireContext (&cc, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT);
  /external/pdfium/core/fxcrt/
fx_random.cpp 39 if (!::CryptAcquireContext(&hCP, nullptr, nullptr, PROV_RSA_FULL, 0) ||
  /external/libcups/cups/
tls-sspi.c 455 if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET | CRYPT_MACHINE_KEYSET))
459 if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET))
578 if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET | CRYPT_MACHINE_KEYSET))
582 if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET))
634 ckp.dwProvType = PROV_RSA_FULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
random.c 63 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
  /external/fio/os/
os-windows.h 246 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
  /external/python/cpython2/Python/
random.c 54 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
  /external/python/cpython3/Python/
random.c 37 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
  /external/wpa_supplicant_8/src/utils/
os_win32.c 137 if (!CryptAcquireContext(&prov, NULL, NULL, PROV_RSA_FULL,
  /external/curl/lib/
curl_ntlm_core.c 365 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL,
607 if(CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL,
md5.c 142 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
  /external/libevent/
arc4random.c 155 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL,
  /external/curl/src/
tool_metalink.c 402 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
423 PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
  /external/ImageMagick/MagickCore/
nt-base.c 820 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL,
823 status=CryptAcquireContext(&handle,NULL,MS_DEF_PROV,PROV_RSA_FULL,
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 215 #ifndef PROV_RSA_FULL
216 # define PROV_RSA_FULL 1
742 bResult = (*g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET );
746 bResult = ( *g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET | CRYPT_NEWKEYSET );
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 216 PROV_RSA_FULL = 1
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 216 PROV_RSA_FULL = 1
  /external/curl/lib/vtls/
schannel.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 471 #define PROV_RSA_FULL 1
    [all...]

Completed in 763 milliseconds