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

  /external/libchrome/crypto/
symmetric_key_win.cc 116 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL,
185 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL,
388 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
488 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
hmac_win.cc 125 if (!CryptAcquireContext(plat_->provider_.receive(), NULL, NULL,
  /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/curl/src/
tool_metalink.c 397 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL,
418 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL,
439 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL,
  /external/fio/os/
os-windows.h 238 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
241 log_err("CryptAcquireContext() failed: error %d\n", errno);
  /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 323 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL,
557 if(CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL,
md5.c 139 if(CryptAcquireContext(&ctx->hCryptProv, NULL, NULL,
  /external/libevent/
arc4random.c 154 if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL,
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 346 if (!::CryptAcquireContext(&hCP, NULL, NULL, PROV_RSA_FULL, 0) || !hCP) {
  /external/curl/lib/vtls/
schannel.c     [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 646 #define CryptAcquireContext __MINGW_NAME_AW(CryptAcquireContext)
    [all...]

Completed in 2488 milliseconds