Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dscoped_capi_types.h110 HCRYPTPROV,
111 CAPIDestroyerWithFlags<HCRYPTPROV,
/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/libcups/cups/
Dtls-sspi.c426 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpLoadCredentials()
551 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpSaveCredentials()
1689 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_find_credentials()
1893 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_make_credentials()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRandomNumberGenerator.cpp65 HCRYPTPROV hProvider; in getRandomBytes()
/external/pdfium/core/fxcrt/
Dfx_random.cpp38 HCRYPTPROV hCP = 0; in GenerateSeedFromCryptoRandom()
/external/llvm/lib/Support/Windows/
DWindowsSupport.h155 typedef HCRYPTPROV handle_type;
DProcess.inc462 HCRYPTPROV HCPC;
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h158 typedef HCRYPTPROV handle_type;
DProcess.inc452 HCRYPTPROV HCPC;
/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/curl/lib/
Dcurl_ntlm_core.c345 HCRYPTPROV hprov; in encrypt_des()
599 HCRYPTPROV hprov; in Curl_ntlm_core_mk_nt_hash()
Dmd5.c135 HCRYPTPROV hCryptProv;
/external/python/cpython3/Python/
Dbootstrap_hash.c34 static HCRYPTPROV hCryptProv = 0;
/external/libevent/
Darc4random.c151 static HCRYPTPROV provider; in arc4_seed_win32()
/external/curl/lib/vtls/
Dschannel_verify.c457 (HCRYPTPROV)NULL, in Curl_verify_certificate()
Dschannel.c616 (HCRYPTPROV)NULL, in schannel_connect_step1()
2112 HCRYPTPROV hCryptProv = 0; in Curl_schannel_random()
2200 HCRYPTPROV hProv = 0; in Curl_schannel_checksum()
/external/ImageMagick/MagickCore/
Dnt-base.c815 HCRYPTPROV in NTGatherRandomData()
821 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.c82 HCRYPTPROV hCryptProv;
/external/python/cpython2/Modules/
D_ssl.c3863 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_certificates()
3953 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_crls()
/external/python/cpython3/Modules/
D_ssl.c5430 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in _ssl_enum_certificates_impl()
5518 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in _ssl_enum_crls_impl()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c377 HCRYPTPROV crypt_prov;