/prebuilts/go/darwin-x86/src/crypto/rand/ |
rand_windows.go | 31 err := syscall.CryptAcquireContext(&r.prov, nil, nil, provType, flags) 34 return 0, os.NewSyscallError("CryptAcquireContext", err)
|
/prebuilts/go/linux-x86/src/crypto/rand/ |
rand_windows.go | 31 err := syscall.CryptAcquireContext(&r.prov, nil, nil, provType, flags) 34 return 0, os.NewSyscallError("CryptAcquireContext", err)
|
/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/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/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...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_windows.go | 186 //sys CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) = advapi32.CryptAcquireContextW [all...] |
zsyscall_windows.go | 740 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) { [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_windows.go | 186 //sys CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) = advapi32.CryptAcquireContextW [all...] |
zsyscall_windows.go | 740 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) { [all...] |