Lines Matching full:loader
174 \& int OSSL_STORE_LOADER_up_ref(OSSL_STORE_LOADER *loader);
175 \& void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader);
177 \& loader);
178 \& const char *OSSL_STORE_LOADER_get0_properties(const OSSL_STORE_LOADER *loader);
179 \& const char *OSSL_STORE_LOADER_get0_description(const OSSL_STORE_LOADER *loader);
180 \& int OSSL_STORE_LOADER_is_a(const OSSL_STORE_LOADER *loader,
183 \& void (*user_fn)(OSSL_STORE_LOADER *loader,
186 \& int OSSL_STORE_LOADER_names_do_all(const OSSL_STORE_LOADER *loader,
202 \& /* struct ossl_store_loader_ctx_st is defined differently by each loader */
215 \& (const OSSL_STORE_LOADER *loader, BIO *bio,
218 \& int OSSL_STORE_LOADER_set_attach(OSSL_STORE_LOADER *loader,
225 \& int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader,
229 \& int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader,
247 \& int OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader);
271 with the given \fIloader\fR.
273 \&\fBOSSL_STORE_LOADER_is_a()\fR checks if \fIloader\fR is an implementation
276 \&\fBOSSL_STORE_LOADER_get0_description()\fR returns a description of the \fIloader\fR, meant
293 \&\fB\s-1OSSL_STORE_LOADER_CTX\s0\fR is a type template, to be defined by each loader
299 are the function pointer types used within a \s-1STORE\s0 loader.
300 The functions pointed at define the functionality of the given loader.
305 loader implements. It also takes a \fB\s-1UI_METHOD\s0\fR and associated data,
324 \&\fIcmd\fR and a \fBva_list\fR \fIargs\fR and is used to manipulate loader
327 Loader specific command numbers must begin at \fB\s-1OSSL_STORE_C_CUSTOM_START\s0\fR.
335 identity \fIexpected\fR, and is used to tell the loader what object type is
343 \&\fB\s-1OSSL_STORE_SEARCH\s0\fR search criterion, and is used to tell the loader what
346 When called with the loader context being \s-1NULL,\s0 this function is expected
347 to return 1 if the loader supports the criterion, otherwise 0.
349 When called with the loader context being something other than \s-1NULL,\s0 this
386 long as the created loader is.
406 \&\fBOSSL_STORE_LOADER_set_load()\fR sets the loader function for the
422 \&\fBOSSL_STORE_unregister_loader()\fR unregister the store loader for the given
442 \&\fBOSSL_STORE_LOADER_is_a()\fR returns 1 if \fIloader\fR was identifiable,
465 \&\fBOSSL_STORE_unregister_loader()\fR returns the unregistered loader on success,