Lines Matching refs:OSSL_STORE_LOADER
5 OSSL_STORE_LOADER,
34 typedef struct ossl_store_loader_st OSSL_STORE_LOADER;
36 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx,
39 int OSSL_STORE_LOADER_up_ref(OSSL_STORE_LOADER *loader);
40 void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader);
41 const OSSL_PROVIDER *OSSL_STORE_LOADER_get0_provider(const OSSL_STORE_LOADER *
43 const char *OSSL_STORE_LOADER_get0_properties(const OSSL_STORE_LOADER *loader);
44 const char *OSSL_STORE_LOADER_get0_description(const OSSL_STORE_LOADER *loader);
45 int OSSL_STORE_LOADER_is_a(const OSSL_STORE_LOADER *loader,
48 void (*user_fn)(OSSL_STORE_LOADER *loader,
51 int OSSL_STORE_LOADER_names_do_all(const OSSL_STORE_LOADER *loader,
59 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme);
60 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER
62 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER
70 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *store_loader,
75 (OSSL_STORE_LOADER *store_loader,
78 (const OSSL_STORE_LOADER *loader, BIO *bio,
81 int OSSL_STORE_LOADER_set_attach(OSSL_STORE_LOADER *loader,
85 int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *store_loader,
88 int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader,
92 int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader,
97 int OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *store_loader,
100 int OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *store_loader,
103 int OSSL_STORE_LOADER_set_error(OSSL_STORE_LOADER *store_loader,
106 int OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *store_loader,
108 void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *store_loader);
110 int OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader);
111 OSSL_STORE_LOADER *OSSL_STORE_unregister_loader(const char *scheme);
115 B<OSSL_STORE_LOADER> is a method for OSSL_STORE loaders, which implement
266 OSSL_STORE_LOADER_new() creates a new B<OSSL_STORE_LOADER>.
311 OSSL_STORE_LOADER_fetch() returns a pointer to an OSSL_STORE_LOADER object,
340 OSSL_STORE_LOADER_new() returns a pointer to a B<OSSL_STORE_LOADER> on success,
368 B<OSSL_STORE_LOADER>, B<OSSL_STORE_LOADER_CTX>, OSSL_STORE_LOADER_new(),