Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/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);
105 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
111 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
117 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
132 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme,
212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
[all …]
/freebsd-14.2/crypto/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);
33 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
34 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
40 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
68 B<OSSL_STORE_CTX> with all necessary internal information.
70 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
/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_lib.c33 static int ossl_store_close_it(OSSL_STORE_CTX *ctx);
62 OSSL_STORE_CTX *
72 OSSL_STORE_CTX *ctx = NULL; in OSSL_STORE_open_ex()
201 OSSL_STORE_CTX tmpctx = { NULL, }; in OSSL_STORE_open_ex()
220 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open()
230 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ...) in OSSL_STORE_ctrl()
479 int OSSL_STORE_error(OSSL_STORE_CTX *ctx) in OSSL_STORE_error()
492 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx) in OSSL_STORE_eof()
505 static int ossl_store_close_it(OSSL_STORE_CTX *ctx) in ossl_store_close_it()
527 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.h178 OSSL_STORE_CTX *ctx;
/freebsd-14.2/crypto/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.c247 OSSL_STORE_CTX *ctx = NULL; in test_pkey_store()
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dby_store.c21 OSSL_STORE_CTX *ctx = NULL; in cache_objects()
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dossl_store.pod50 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem",
/freebsd-14.2/crypto/openssl/apps/
H A Dstoreutl.c355 OSSL_STORE_CTX *store_ctx = NULL; in process()
/freebsd-14.2/crypto/openssl/util/
H A Dother.syms78 OSSL_STORE_CTX datatype
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_cert.c812 OSSL_STORE_CTX *ctx = NULL; in add_uris_recursive()
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapps.c870 OSSL_STORE_CTX *ctx = NULL; in load_key_certs_crls_suppress()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3186 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_CTX.3