Lines Matching refs:given
162 provider module given the provider object I<prov>.
167 ossl_provider_libctx() returns the library context the given
174 Only text parameters can be given, and it's up to the provider to
194 ossl_provider_activate() "activates" the provider for the given
203 If an initialization function was given with ossl_provider_new(), that
208 If no initialization function was given with ossl_provider_new(), a
209 loadable module with the I<name> that was given to ossl_provider_new()
220 ossl_provider_deactivate() "deactivates" the provider for the given
231 pointer to the provider of the given name that is now in the store. The
249 ossl_provider_name() returns the name that was given with
271 It should treat the given I<OSSL_PARAM> array as described in
282 It should return an array of I<OSSL_ALGORITHM> for the given
313 If a path was given with ossl_provider_set_module_path(), use that as