Lines Matching refs:module
53 * If the Provider is a module, the module will be loaded
108 module.
145 dynamically loadable module, with the symbol B<OSSL_provider_init> as
159 function is called), and the associated module will be unloaded if one
162 ossl_provider_set_module_path() sets the module path to load the
163 provider module given the provider object I<prov>.
165 the path from the provider name and the default module directory (more
210 loadable module with the I<name> that was given to ossl_provider_new()
212 be located in that module, and called.
253 ossl_provider_dso() returns a reference to the module, for providers
256 ossl_provider_module_name() returns the filename of the module, for
259 ossl_provider_module_path() returns the full path of the module file,
311 Locating a provider module happens as follows:
318 module path.
319 Otherwise, use the provider object's name as module path, with
325 value is a directory specification and merge it with the module path.
327 with the module path.
332 provider module.