Home
last modified time | relevance | path

Searched refs:OSSL_STORE_CTX (Results 1 – 15 of 15) sorted by relevance

/openssl/include/openssl/
H A Dstore.h37 typedef struct ossl_store_ctx_st OSSL_STORE_CTX; typedef
55 OSSL_STORE_CTX *
59 OSSL_STORE_CTX *
73 OSSL_DEPRECATEDIN_3_0 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd,
99 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
113 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
119 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
125 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
140 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme,
220 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
[all …]
/openssl/doc/man3/
H A DOSSL_STORE_open.pod5 OSSL_STORE_CTX, OSSL_STORE_post_process_info_fn,
15 typedef struct ossl_store_ctx_st OSSL_STORE_CTX;
24 OSSL_STORE_CTX *
31 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
32 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
36 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
37 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
43 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
71 B<OSSL_STORE_CTX> with all necessary internal information.
73 functions that use B<OSSL_STORE_CTX> when interaction is needed,
[all …]
H A DOSSL_STORE_expect.pod14 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
16 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int criterion_type);
18 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search);
H A DOSSL_STORE_attach.pod11 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme,
27 OSSL_STORE_attach() returns a pointer to a B<OSSL_STORE_CTX> on success, or
/openssl/crypto/store/
H A Dstore_lib.c33 static int ossl_store_close_it(OSSL_STORE_CTX *ctx);
62 OSSL_STORE_CTX *
73 OSSL_STORE_CTX *ctx = NULL; in OSSL_STORE_open_ex()
217 OSSL_STORE_CTX tmpctx = { NULL, }; in OSSL_STORE_open_ex()
238 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open()
419 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx) in OSSL_STORE_load()
544 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error()
557 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx) in OSSL_STORE_eof()
570 static int ossl_store_close_it(OSSL_STORE_CTX *ctx) in ossl_store_close_it()
592 int OSSL_STORE_close(OSSL_STORE_CTX *ctx) in OSSL_STORE_close()
[all …]
H A Dstore_result.c76 OSSL_STORE_CTX *, const OSSL_PROVIDER *,
83 OSSL_STORE_CTX *, OSSL_LIB_CTX *, const char *);
89 OSSL_STORE_CTX *ctx = cbdata->ctx; in ossl_store_handle_load_result()
187 OSSL_STORE_CTX *ctx, in try_key_ref()
260 OSSL_STORE_CTX *ctx, in try_key_value()
306 OSSL_STORE_CTX *ctx, in try_key_value_legacy()
387 OSSL_STORE_CTX *ctx, const OSSL_PROVIDER *provider, in try_key()
531 OSSL_STORE_CTX *ctx, in try_pkcs12()
H A Dstore_local.h176 OSSL_STORE_CTX *ctx;
/openssl/test/
H A Dossl_store_test.c42 OSSL_STORE_CTX *sctx = NULL; in test_store_open()
75 OSSL_STORE_CTX *ctx = NULL; in get_params()
159 OSSL_STORE_CTX *store_ctx = NULL; in test_store_attach_unregistered_scheme()
H A Dprovider_pkey_test.c249 OSSL_STORE_CTX *ctx = NULL; in test_pkey_store()
300 OSSL_STORE_CTX *ctx = NULL; in test_pkey_delete()
382 OSSL_STORE_CTX *ctx = NULL; in test_pkey_store_open_ex()
/openssl/crypto/x509/
H A Dby_store.c21 OSSL_STORE_CTX *ctx = NULL; in cache_objects()
/openssl/doc/man7/
H A Dossl_store.pod50 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem",
/openssl/apps/
H A Dstoreutl.c354 OSSL_STORE_CTX *store_ctx = NULL; in process()
/openssl/util/
H A Dother.syms81 OSSL_STORE_CTX datatype
/openssl/ssl/
H A Dssl_cert.c993 OSSL_STORE_CTX *ctx = NULL; in add_uris_recursive()
/openssl/apps/lib/
H A Dapps.c939 OSSL_STORE_CTX *ctx = NULL; in load_key_certs_crls()

Completed in 39 milliseconds