Lines Matching refs:I

120 I<scheme> within the providers that has been loaded into the B<OSSL_LIB_CTX>
121 given by I<libctx>, and with the properties given by I<properties>.
124 I<loader>.
127 I<loader>, and when the count reaches zero, frees it.
131 I<loader>.
134 with the given I<loader>.
136 OSSL_STORE_LOADER_is_a() checks if I<loader> is an implementation
137 of an algorithm that's identifiable with I<scheme>.
139 OSSL_STORE_LOADER_get0_description() returns a description of the I<loader>, meant
141 I<loader> implementation.
144 by all activated providers in the library context I<libctx>, and for each
145 of the implementations, calls I<user_fn> with the implementation method and
146 I<user_arg> as arguments.
149 I<loader>, and calls I<fn> with each name and I<data>.
174 library context I<libctx> with an associated property query I<propq>,
183 context I<libctx> and property query I<propq>.
193 I<cmd> and a B<va_list> I<args> and is used to manipulate loader
199 along with what I<args> are expected with each of them.
212 identity I<expected>, and is used to tell the loader what object type is
214 I<expected> may be zero to signify that no specific object type is expected.
242 Note that this function retrieves I<one> data item only.
267 It takes an B<ENGINE> I<e> and a string I<scheme>.
268 I<scheme> must I<always> be set.
269 Both I<e> and I<scheme> are used as is and must therefore be alive as
272 OSSL_STORE_LOADER_get0_engine() returns the engine of the I<store_loader>.
273 OSSL_STORE_LOADER_get0_scheme() returns the scheme of the I<store_loader>.
276 I<store_loader>.
279 function for the I<store_loader>.
282 I<store_loader>.
285 I<store_loader>.
288 I<store_loader>.
291 I<store_loader>.
294 I<store_loader>.
297 I<store_loader>.
299 OSSL_STORE_LOADER_free() frees the given I<store_loader>.
302 OSSL_STORE_register_loader() register the given I<store_loader> and
308 I<scheme>.
328 OSSL_STORE_LOADER_is_a() returns 1 if I<loader> was identifiable,