Searched refs:GetProcAddress (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/dso/ |
H A D | dso_win32.c | 31 # undef GetProcAddress 32 # define GetProcAddress GetProcAddressA macro 180 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func() 515 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr() 524 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr() 528 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr() 529 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr() 614 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup() 623 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup() 628 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup() [all …]
|
/openssl/test/ |
H A D | simpledynamic.c | 55 *sym = (SD_SYM)GetProcAddress(lib, symname); in sd_sym()
|
/openssl/ms/ |
H A D | uplink.c | 76 applink = (void **(*)())GetProcAddress(h, "OPENSSL_Applink"); in OPENSSL_Uplink()
|
/openssl/util/platform_symbols/ |
H A D | windows-symbols.txt | 57 GetProcAddress
|
/openssl/crypto/ |
H A D | cryptlib.c | 55 f = GetProcAddress(mod, "_OPENSSL_isservice"); in OPENSSL_isservice()
|
/openssl/engines/ |
H A D | e_capi.c | 476 (CERTDLG) GetProcAddress(cryptui, in capi_init() 480 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
|
Completed in 21 milliseconds