Searched refs:sd_load (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | simpledynamic.c | 18 int sd_load(const char *filename, SD *lib, int type) in sd_load() function 47 int sd_load(const char *filename, SD *lib, ossl_unused int type) in sd_load() function
|
H A D | shlibloadtest.c | 85 if (!sd_load(path_crypto, &cryptolib, SD_SHLIB)) { in test_lib() 94 if (!sd_load(path_ssl, &ssllib, SD_SHLIB)) { in test_lib() 100 if (!sd_load(path_crypto, &cryptolib, SD_SHLIB)) { in test_lib()
|
H A D | simpledynamic.h | 45 int sd_load(const char *filename, SD *sd, int type);
|
H A D | moduleloadtest.c | 28 if (!sd_load(path, &sd, SD_MODULE)) in test_load()
|
Completed in 6 milliseconds