Searched refs:HCRYPTPROV (Results 1 – 25 of 30) sorted by relevance
12
/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/llvm-project/llvm/lib/Support/ |
D | RandomNumberGenerator.cpp | 60 HCRYPTPROV hProvider; in getRandomBytes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | RandomNumberGenerator.cpp | 60 HCRYPTPROV hProvider; in getRandomBytes()
|
/external/libcups/cups/ |
D | tls-sspi.c | 420 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpLoadCredentials() 545 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpSaveCredentials() 1683 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_find_credentials() 1887 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_make_credentials()
|
/external/pdfium/core/fxcrt/ |
D | fx_random.cpp | 39 HCRYPTPROV hCP = 0; in GenerateSeedFromCryptoRandom()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 142 typedef HCRYPTPROV handle_type;
|
/external/llvm-project/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 142 typedef HCRYPTPROV handle_type;
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 155 typedef HCRYPTPROV handle_type;
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 134 HCRYPTPROV prov; in os_get_random()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 156 typedef HCRYPTPROV handle_type;
|
D | Process.inc | 450 HCRYPTPROV HCPC;
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 45 static HCRYPTPROV hCryptProv = 0;
|
/external/libevent/ |
D | arc4random.c | 154 static HCRYPTPROV provider; in arc4_seed_win32()
|
/external/python/cryptography/src/_cffi_src/openssl/src/ |
D | osrandom_engine.c | 27 static HCRYPTPROV hCryptProv = 0;
|
/external/curl/lib/ |
D | sha256.c | 200 HCRYPTPROV hCryptProv;
|
D | curl_ntlm_core.c | 335 HCRYPTPROV hprov; in encrypt_des()
|
D | md4.c | 145 HCRYPTPROV hCryptProv;
|
D | md5.c | 185 HCRYPTPROV hCryptProv;
|
/external/curl/lib/vtls/ |
D | schannel_verify.c | 576 (HCRYPTPROV)NULL, in Curl_verify_certificate()
|
D | schannel.c | 731 (HCRYPTPROV)NULL, in schannel_connect_step1() 2255 HCRYPTPROV hCryptProv = 0; in Curl_schannel_random() 2344 HCRYPTPROV hProv = 0; in Curl_schannel_checksum()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 755 HCRYPTPROV in NTGatherRandomData() 761 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 | 75 HCRYPTPROV hCryptProv;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 443 HCRYPTPROV HCPC;
|
12