Searched refs:DWORD (Results 1 – 25 of 28) sorted by relevance
12
/openssl/crypto/ |
H A D | sleep.c | 77 DWORD limited_millis = (DWORD)-1; in OSSL_sleep() 80 limited_millis = (DWORD)millis; in OSSL_sleep()
|
H A D | dllmain.c | 28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
H A D | defaults.c | 67 DWORD keysize; in get_windows_regdirs() 68 DWORD ktype; in get_windows_regdirs() 71 DWORD index = 0; in get_windows_regdirs()
|
H A D | getenv.c | 26 DWORD envlen = 0; in ossl_safe_getenv() 27 DWORD dwFlags = MB_ERR_INVALID_CHARS; in ossl_safe_getenv()
|
H A D | cryptlib.c | 41 DWORD len; in OPENSSL_isservice() 124 DWORD out; in OPENSSL_showfatal() 128 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
|
H A D | o_fopen.c | 43 DWORD flags; in openssl_fopen()
|
H A D | cpuid.c | 41 DWORD len = GetEnvironmentVariableW(L"OPENSSL_ia32cap", value, 48); in ossl_getenv()
|
H A D | threads_win.c | 578 DWORD last_error; in CRYPTO_THREAD_get_local()
|
H A D | mem_sec.c | 437 DWORD flOldProtect; in sh_init()
|
/openssl/engines/ |
H A D | e_capi.c | 157 LPCWSTR, DWORD, DWORD, void *); 172 DWORD keytype; 174 DWORD csptype; 531 DWORD keyspec; 645 DWORD len; in capi_get_pkey() 854 DWORD slen; in capi_rsa_sign() 952 DWORD dlen; in capi_rsa_priv_dec() 1025 DWORD slen; in capi_dsa_do_sign() 1310 DWORD len; in capi_get_prov_info() 1357 DWORD dlen; in capi_cert_get_fname() [all …]
|
H A D | e_dasync.c | 526 DWORD numwritten, numread; in dummy_pause_job()
|
/openssl/crypto/thread/arch/ |
H A D | thread_win.c | 58 DWORD thread_retval; in ossl_crypto_thread_native_perform_join() 145 static int determine_timeout(OSSL_TIME deadline, DWORD *w_timeout_p) in determine_timeout() 170 *w_timeout_p = (DWORD)ms; in determine_timeout() 349 DWORD timeout; in obj_wait() 557 DWORD timeout; in ossl_crypto_condvar_wait_timeout()
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 130 DWORD pid; in ossl_pool_add_nonce_data() 131 DWORD tid; in ossl_pool_add_nonce_data()
|
/openssl/test/ |
H A D | threadstest.h | 36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run()
|
H A D | drbgtest.c | 707 static DWORD WINAPI thread_run(LPVOID arg) in thread_run()
|
/openssl/providers/fips/ |
H A D | self_test.c | 95 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 96 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
/openssl/crypto/rand/ |
H A D | randfile.c | 274 DWORD envlen; in RAND_file_name()
|
/openssl/crypto/ui/ |
H A D | ui_openssl.c | 170 static DWORD tty_orig, tty_new; 300 DWORD numread; in read_string_inner()
|
/openssl/crypto/dso/ |
H A D | dso_win32.c | 485 typedef HANDLE(WINAPI *CREATETOOLHELP32SNAPSHOT) (DWORD, DWORD);
|
/openssl/crypto/bio/ |
H A D | bss_log.c | 255 char pidbuf[DECIMAL_SIZE(DWORD) + 4]; in xsyslog()
|
H A D | bio_sock.c | 167 DWORD len_out = 0; in BIO_sock_init()
|
/openssl/apps/lib/ |
H A D | apps.c | 2736 DWORD err; in WIN32_rename() 2972 DWORD n; in raw_read_stdin() 2996 DWORD n; in raw_write_stdout() 3265 DWORD events = 0; in has_stdin_waiting() 3267 DWORD insize = 1; in has_stdin_waiting()
|
H A D | opt.c | 1235 DWORD attr; in opt_isdir()
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 501 typedef DWORD CRYPTO_THREAD_LOCAL; 502 typedef DWORD CRYPTO_THREAD_ID;
|
/openssl/ |
H A D | NOTES-WINDOWS.md | 249 DWORD sess;
|
Completed in 61 milliseconds
12