Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Drandom.c18 typedef BOOL (WINAPI *CRYPTACQUIRECONTEXTA)(HCRYPTPROV *phProv,\
21 typedef BOOL (WINAPI *CRYPTGENRANDOM)(HCRYPTPROV hProv, DWORD dwLen,\
27 static HCRYPTPROV hCryptProv = 0;
/external/libchrome/crypto/
Dscoped_capi_types.h110 HCRYPTPROV,
111 CAPIDestroyerWithFlags<HCRYPTPROV,
/external/libcups/cups/
Dtls-sspi.c427 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpLoadCredentials()
552 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpSaveCredentials()
1684 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_find_credentials()
1884 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_make_credentials()
/external/pdfium/core/fxcrt/
Dfx_random.cpp38 HCRYPTPROV hCP = 0; in GenerateSeedFromCryptoRandom()
/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/llvm/lib/Support/Windows/
DWindowsSupport.h155 typedef HCRYPTPROV handle_type;
DProcess.inc462 HCRYPTPROV HCPC;
/external/libmicrohttpd/src/testcurl/
Dtest_digestauth.c168 HCRYPTPROV cc; in testDigestAuth()
Dtest_digestauth_with_arguments.c167 HCRYPTPROV cc; in testDigestAuth()
/external/curl/lib/
Dcurl_ntlm_core.c355 HCRYPTPROV hprov; in encrypt_des()
606 HCRYPTPROV hprov; in Curl_ntlm_core_mk_nt_hash()
Dmd5.c135 HCRYPTPROV hCryptProv;
/external/fio/os/
Dos-windows.h244 HCRYPTPROV hCryptProv; in init_random_state()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h156 typedef HCRYPTPROV handle_type;
DProcess.inc450 HCRYPTPROV HCPC;
/external/wpa_supplicant_8/src/utils/
Dos_win32.c134 HCRYPTPROV prov; in os_get_random()
/external/python/cpython3/Python/
Drandom.c30 static HCRYPTPROV hCryptProv = 0;
/external/libevent/
Darc4random.c151 static HCRYPTPROV provider; in arc4_seed_win32()
/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/ImageMagick/MagickCore/
Dnt-base.c798 HCRYPTPROV in NTGatherRandomData()
804 handle=(HCRYPTPROV) NULL; in NTGatherRandomData()
/external/curl/src/
Dtool_metalink.c82 HCRYPTPROV hCryptProv;
/external/curl/lib/vtls/
Dschannel.c1655 HCRYPTPROV hCryptProv = 0; in Curl_schannel_random()
/external/python/cpython2/Modules/
D_ssl.c3779 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_certificates()
3869 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_crls()
/external/python/cpython3/Modules/
D_ssl.c4864 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in _ssl_enum_certificates_impl()
4952 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in _ssl_enum_crls_impl()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c328 HCRYPTPROV crypt_prov;