Searched refs:GetProcAddress (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/dso/ |
A D | dso_win32.c | 31 # undef GetProcAddress 32 # define GetProcAddress GetProcAddressA macro 182 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func() 529 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr() 538 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr() 542 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr() 543 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr() 628 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup() 637 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup() 642 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup() [all …]
|
/openssl-master/test/ |
A D | simpledynamic.c | 55 *sym = (SD_SYM)GetProcAddress(lib, symname); in sd_sym()
|
/openssl-master/ms/ |
A D | uplink.c | 76 applink = (void **(*)())GetProcAddress(h, "OPENSSL_Applink"); in OPENSSL_Uplink()
|
/openssl-master/crypto/ |
A D | cryptlib.c | 55 f = GetProcAddress(mod, "_OPENSSL_isservice"); in OPENSSL_isservice()
|
/openssl-master/engines/ |
A D | e_capi.c | 472 (CERTDLG) GetProcAddress(cryptui, in capi_init() 476 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
|
Completed in 11 milliseconds