Lines Matching refs:I

78 OSSL_PROVIDER_set_default_search_path() specifies the default search I<path>
79 that is to be used for looking for providers in the specified I<libctx>.
83 OSSL_PROVIDER_get0_default_search_path() retrieves the default search I<path>
84 that is to be used for looking for providers in the specified I<libctx>.
97 entry point, C<OSSL_provider_init>. The I<name> can be a path
106 loaded and initialized or if I<retain_fallbacks> is nonzero.
107 If the provider loads successfully and I<retain_fallbacks> is zero, the
125 I<cb> for each one, with the current provider in I<provider> and the
126 I<cbdata> that comes from the caller. If no other provider has been loaded
145 OSSL_PROVIDER_query_operation() calls the provider's I<query_operation>
147 array of I<OSSL_ALGORITHM> for the given I<operation_id> terminated by an all
151 OSSL_PROVIDER_unquery_operation() calls the provider's I<unquery_operation>
160 returned in the I<out> parameter from the provider's init function. See
163 If it is permissible to cache references to this array then I<*no_store> is set
170 supported by the provider specified in I<prov> with the capability name
171 I<capability>. For each capability of that name supported by the provider it
172 will call the callback I<cb> and supply a set of L<OSSL_PARAM(3)>s describing the
173 capability. It will also pass back the argument I<arg>. For more details about
189 OSSL_PROVIDER_do_all() returns 1 if the callback I<cb> returns 1 for every
237 The I<OSSL_PROVIDER_load_ex> and I<OSSL_PROVIDER_try_load_ex> functions were