Lines Matching refs:module
53 * If the Provider is a module, the module will be loaded
107 module.
144 dynamically loadable module, with the symbol B<OSSL_provider_init> as
158 function is called), and the associated module will be unloaded if one
161 ossl_provider_set_module_path() sets the module path to load the
162 provider module given the provider object I<prov>.
164 the path from the provider name and the default module directory (more
209 loadable module with the I<name> that was given to ossl_provider_new()
211 be located in that module, and called.
252 ossl_provider_dso() returns a reference to the module, for providers
255 ossl_provider_module_name() returns the filename of the module, for
258 ossl_provider_module_path() returns the full path of the module file,
307 Locating a provider module happens as follows:
314 module path.
315 Otherwise, use the provider object's name as module path, with
321 value is a directory specification and merge it with the module path.
323 with the module path.
328 provider module.