Home
last modified time | relevance | path

Searched refs:OSSL_STORE_LOADER (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_register.c31 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()
[all …]
H A Dstore_local.h78 int ossl_store_register_loader_int(OSSL_STORE_LOADER *loader);
79 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme);
117 DEFINE_LHASH_OF(OSSL_STORE_LOADER);
119 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme);
133 const OSSL_STORE_LOADER *loader; /* legacy */
134 OSSL_STORE_LOADER *fetched_loader;
168 OSSL_STORE_LOADER *ossl_store_loader_fetch(OSSL_LIB_CTX *libctx,
171 OSSL_STORE_LOADER *ossl_store_loader_fetch_by_number(OSSL_LIB_CTX *libctx,
H A Dstore_meth.c18 int OSSL_STORE_LOADER_up_ref(OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_up_ref()
27 void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_free()
45 static OSSL_STORE_LOADER *new_loader(OSSL_PROVIDER *prov) in new_loader()
47 OSSL_STORE_LOADER *loader; in new_loader()
198 OSSL_STORE_LOADER *loader = NULL; in loader_from_algorithm()
299 static OSSL_STORE_LOADER *
394 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, in OSSL_STORE_LOADER_fetch()
408 OSSL_STORE_LOADER *ossl_store_loader_fetch_by_number(OSSL_LIB_CTX *libctx, in ossl_store_loader_fetch_by_number()
445 const OSSL_PROVIDER *OSSL_STORE_LOADER_get0_provider(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_provider()
455 const char *OSSL_STORE_LOADER_get0_properties(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_properties()
[all …]
H A Dstore_lib.c35 static int loader_set_params(OSSL_STORE_LOADER *loader, in loader_set_params()
69 const OSSL_STORE_LOADER *loader = NULL; in OSSL_STORE_open_ex()
70 OSSL_STORE_LOADER *fetched_loader = NULL; in OSSL_STORE_open_ex()
970 const OSSL_STORE_LOADER *loader = NULL; in OSSL_STORE_attach()
971 OSSL_STORE_LOADER *fetched_loader = NULL; in OSSL_STORE_attach()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_register.c31 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()
57 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_engine()
62 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader) in OSSL_STORE_LOADER_get0_scheme()
67 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_open()
74 int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_ctrl()
81 int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_expect()
88 int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_find()
95 int OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_load()
102 int OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *loader, in OSSL_STORE_LOADER_set_eof()
[all …]
H A Dstore_local.h97 int ossl_store_register_loader_int(OSSL_STORE_LOADER *loader);
98 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme);
113 DEFINE_LHASH_OF(OSSL_STORE_LOADER);
115 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme);
H A Dstore_lib.c25 const OSSL_STORE_LOADER *loader;
42 const OSSL_STORE_LOADER *loader = NULL; in OSSL_STORE_open()
648 const OSSL_STORE_LOADER *loader = NULL; in ossl_store_attach_pem_bio()
H A Dloader_file.c792 static OSSL_STORE_LOADER_CTX *file_open(const OSSL_STORE_LOADER *loader, in file_open()
1452 static OSSL_STORE_LOADER file_loader =
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dstore.h254 typedef struct ossl_store_loader_st OSSL_STORE_LOADER; typedef
256 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx,
259 int OSSL_STORE_LOADER_up_ref(OSSL_STORE_LOADER *loader);
260 void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader);
261 const OSSL_PROVIDER *OSSL_STORE_LOADER_get0_provider(const OSSL_STORE_LOADER *
263 const char *OSSL_STORE_LOADER_get0_properties(const OSSL_STORE_LOADER *loader);
264 const char *OSSL_STORE_LOADER_get0_description(const OSSL_STORE_LOADER *loader);
265 int OSSL_STORE_LOADER_is_a(const OSSL_STORE_LOADER *loader,
268 void (*fn)(OSSL_STORE_LOADER *loader,
271 int OSSL_STORE_LOADER_names_do_all(const OSSL_STORE_LOADER *loader,
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dstore.h212 typedef struct ossl_store_loader_st OSSL_STORE_LOADER; typedef
213 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme);
214 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader);
215 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader);
218 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)(const OSSL_STORE_LOADER
223 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader,
227 int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *loader,
230 int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader,
234 int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader,
239 int OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *loader,
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOSSL_STORE_LOADER.pod5 OSSL_STORE_LOADER, OSSL_STORE_LOADER_CTX, OSSL_STORE_LOADER_new,
22 typedef struct ossl_store_loader_st OSSL_STORE_LOADER;
24 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme);
25 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER
27 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER
36 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *store_loader,
40 int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *store_loader,
43 int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader,
47 int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader,
52 int OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *store_loader,
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dengine_loader.c64 static OSSL_STORE_LOADER_CTX *engine_open(const OSSL_STORE_LOADER *loader, in engine_open()
169 OSSL_STORE_LOADER *loader = NULL; in setup_engine_loader()
188 OSSL_STORE_LOADER *loader = OSSL_STORE_unregister_loader(ENGINE_SCHEME); in destroy_engine_loader()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dstore.h19 int ossl_store_loader_get_number(const OSSL_STORE_LOADER *loader);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c1152 DEFINE_STACK_OF(OSSL_STORE_LOADER) in DEFINE_STACK_OF() argument
1153 static int store_cmp(const OSSL_STORE_LOADER * const *a, in DEFINE_STACK_OF()
1154 const OSSL_STORE_LOADER * const *b) in DEFINE_STACK_OF()
1160 static void collect_store_loaders(OSSL_STORE_LOADER *store, void *stack) in collect_store_loaders()
1162 STACK_OF(OSSL_STORE_LOADER) *store_stack = stack; in collect_store_loaders()
1170 STACK_OF(OSSL_STORE_LOADER) *stores = sk_OSSL_STORE_LOADER_new(store_cmp); in list_store_loaders()
1182 const OSSL_STORE_LOADER *m = sk_OSSL_STORE_LOADER_value(stores, i); in list_store_loaders()
H A Dengine.c284 static void util_store_cap(const OSSL_STORE_LOADER *loader, void *arg) in util_store_cap()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c947 (const OSSL_STORE_LOADER *loader, const char *uri, in file_open_ex()
1072 (const OSSL_STORE_LOADER *loader, const char *uri, in file_open()
1079 (const OSSL_STORE_LOADER *loader, BIO *bp, in file_attach()
1698 static OSSL_STORE_LOADER *loader_attic = NULL;
1714 OSSL_STORE_LOADER *loader = OSSL_STORE_unregister_loader("file"); in loader_attic_destroy()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dossl_store.pod74 L<OSSL_STORE_INFO(3)>, L<OSSL_STORE_LOADER(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dprovfetchtest.c237 OSSL_STORE_LOADER *loader = NULL; in fetch_test()
H A Dprovider_pkey_test.c246 OSSL_STORE_LOADER *loader = NULL; in test_pkey_store()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Devp_md_get_number.pod27 int ossl_store_loader_get_number(const OSSL_STORE_LOADER *loader);
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc222 OSSL_STORE_LOADER.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dengine.c275 static void util_store_cap(const OSSL_STORE_LOADER *loader, void *arg) in util_store_cap()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num32 OSSL_STORE_LOADER datatype
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc405 OSSL_STORE_LOADER.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dother.syms80 OSSL_STORE_LOADER datatype

12