Lines Matching refs:OSSL_STORE_LOADER

31 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme)  in OSSL_STORE_LOADER_new()
33 OSSL_STORE_LOADER *res = NULL; in OSSL_STORE_LOADER_new()
56 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_engine()
61 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_scheme()
66 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_open()
74 (OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_open_ex()
81 int OSSL_STORE_LOADER_set_attach(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_attach()
88 int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_ctrl()
95 int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_expect()
102 int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_find()
109 int OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_load()
116 int OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_eof()
123 int OSSL_STORE_LOADER_set_error(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_error()
130 int OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_close()
141 static unsigned long store_loader_hash(const OSSL_STORE_LOADER *v) in store_loader_hash()
146 static int store_loader_cmp(const OSSL_STORE_LOADER *a, in store_loader_cmp()
147 const OSSL_STORE_LOADER *b) in store_loader_cmp()
153 static LHASH_OF(OSSL_STORE_LOADER) *loader_register = NULL;
163 int ossl_store_register_loader_int(OSSL_STORE_LOADER *loader) in ossl_store_register_loader_int()
209 int OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader) in OSSL_STORE_register_loader()
214 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme) in ossl_store_get0_loader_int()
216 OSSL_STORE_LOADER template; in ossl_store_get0_loader_int()
217 OSSL_STORE_LOADER *loader = NULL; in ossl_store_get0_loader_int()
245 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme) in ossl_store_unregister_loader_int()
247 OSSL_STORE_LOADER template; in ossl_store_unregister_loader_int()
248 OSSL_STORE_LOADER *loader = NULL; in ossl_store_unregister_loader_int()
274 OSSL_STORE_LOADER *OSSL_STORE_unregister_loader(const char *scheme) in OSSL_STORE_unregister_loader()
291 IMPLEMENT_LHASH_DOALL_ARG_CONST(OSSL_STORE_LOADER, void);
292 int OSSL_STORE_do_all_loaders(void (*do_function) (const OSSL_STORE_LOADER in OSSL_STORE_do_all_loaders()