Searched refs:HCRYPTPROV (Results 1 – 25 of 25) sorted by relevance
/external/libchrome/crypto/ |
D | scoped_capi_types.h | 110 HCRYPTPROV, 111 CAPIDestroyerWithFlags<HCRYPTPROV,
|
/external/python/cpython2/Python/ |
D | random.c | 18 typedef BOOL (WINAPI *CRYPTACQUIRECONTEXTA)(HCRYPTPROV *phProv,\ 21 typedef BOOL (WINAPI *CRYPTGENRANDOM)(HCRYPTPROV hProv, DWORD dwLen,\ 27 static HCRYPTPROV hCryptProv = 0;
|
/external/libcups/cups/ |
D | tls-sspi.c | 426 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/ |
D | RandomNumberGenerator.cpp | 65 HCRYPTPROV hProvider; in getRandomBytes()
|
/external/pdfium/core/fxcrt/ |
D | fx_random.cpp | 38 HCRYPTPROV hCP = 0; in GenerateSeedFromCryptoRandom()
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 155 typedef HCRYPTPROV handle_type;
|
D | Process.inc | 462 HCRYPTPROV HCPC;
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 116 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/ |
D | WindowsSupport.h | 158 typedef HCRYPTPROV handle_type;
|
D | Process.inc | 452 HCRYPTPROV HCPC;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 156 typedef HCRYPTPROV handle_type;
|
D | Process.inc | 450 HCRYPTPROV HCPC;
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 134 HCRYPTPROV prov; in os_get_random()
|
/external/curl/lib/ |
D | curl_ntlm_core.c | 345 HCRYPTPROV hprov; in encrypt_des() 599 HCRYPTPROV hprov; in Curl_ntlm_core_mk_nt_hash()
|
D | md5.c | 135 HCRYPTPROV hCryptProv;
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 34 static HCRYPTPROV hCryptProv = 0;
|
/external/libevent/ |
D | arc4random.c | 151 static HCRYPTPROV provider; in arc4_seed_win32()
|
/external/curl/lib/vtls/ |
D | schannel_verify.c | 457 (HCRYPTPROV)NULL, in Curl_verify_certificate()
|
D | schannel.c | 616 (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/ |
D | nt-base.c | 815 HCRYPTPROV in NTGatherRandomData() 821 handle=(HCRYPTPROV) NULL; in NTGatherRandomData()
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 202 #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/ |
D | tool_metalink.c | 82 HCRYPTPROV hCryptProv;
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 3863 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.c | 5430 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/ |
D | tls_openssl.c | 377 HCRYPTPROV crypt_prov;
|