Home
last modified time | relevance | path

Searched refs:HCRYPTPROV (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/crypto/
Dscoped_capi_types.h110 HCRYPTPROV,
111 CAPIDestroyerWithFlags<HCRYPTPROV,
Dsymmetric_key.h81 SymmetricKey(HCRYPTPROV provider, HCRYPTKEY key,
/external/libcups/cups/
Dtls-sspi.c427 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpLoadCredentials()
552 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpSaveCredentials()
1683 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_find_credentials()
1883 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_make_credentials()
/external/libmicrohttpd/src/testcurl/
Dtest_digestauth_with_arguments.c167 HCRYPTPROV cc; in testDigestAuth()
Dtest_digestauth.c168 HCRYPTPROV cc; in testDigestAuth()
/external/llvm/lib/Support/Windows/
DWindowsSupport.h155 typedef HCRYPTPROV handle_type;
DProcess.inc462 HCRYPTPROV HCPC;
/external/fio/os/
Dos-windows.h236 HCRYPTPROV hCryptProv; in init_random_state()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c134 HCRYPTPROV prov; in os_get_random()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc116 BOOL WINAPI CryptReleaseContext(HCRYPTPROV Provider) {
120 typedef ScopedHandle<HCRYPTPROV, uintptr_t(-1),
121 BOOL (WINAPI*)(HCRYPTPROV), CryptReleaseContext>
555 HCRYPTPROV HCPC;
/external/curl/lib/
Dcurl_ntlm_core.c308 HCRYPTPROV hprov; in encrypt_des()
551 HCRYPTPROV hprov; in Curl_ntlm_core_mk_nt_hash()
Dmd5.c135 HCRYPTPROV hCryptProv;
/external/libevent/
Darc4random.c150 static HCRYPTPROV provider; in arc4_seed_win32()
/external/ImageMagick/MagickCore/
Dnt-base.c798 HCRYPTPROV in NTGatherRandomData()
804 handle=(HCRYPTPROV) NULL; in NTGatherRandomData()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c202 #ifndef HCRYPTPROV
203 typedef ULONG_PTR HCRYPTPROV; // WinCrypt.h, line 249 typedef
219 typedef BOOL (__stdcall *fnCryptGenRandom)( HCRYPTPROV, DWORD, BYTE* );
220 typedef BOOL (__stdcall *fnCryptAcquireContext)( HCRYPTPROV*, LPCTSTR, LPCTSTR, DWORD, DWORD);
221 typedef BOOL (__stdcall *fnCryptReleaseContext)(HCRYPTPROV, DWORD);
227 static HCRYPTPROV g_hProvider = ( ULONG_PTR ) NULL;
/external/curl/src/
Dtool_metalink.c78 HCRYPTPROV hCryptProv;
/external/pdfium/core/fxcrt/
Dfx_extension.cpp636 HCRYPTPROV hCP = 0; in FX_GenerateCryptoRandom()
/external/curl/lib/vtls/
Dschannel.c1492 HCRYPTPROV hCryptProv = 0; in Curl_schannel_random()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c302 HCRYPTPROV crypt_prov;