Home
last modified time | relevance | path

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

/external/openssl/crypto/conf/
Dconf_mod.c116 static CONF_MODULE *module_find(char *name);
212 md = module_find(name); in module_run()
323 static CONF_MODULE *module_find(char *name) in module_find() function