Home
last modified time | relevance | path

Searched refs:sd_load (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dsimpledynamic.c18 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 Dshlibloadtest.c85 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 Dsimpledynamic.h45 int sd_load(const char *filename, SD *sd, int type);
H A Dmoduleloadtest.c28 if (!sd_load(path, &sd, SD_MODULE)) in test_load()

Completed in 7 milliseconds