Searched refs:OSSL_STORE_CTX (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | store.h | 37 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 D | OSSL_STORE_open.pod | 5 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 D | OSSL_STORE_expect.pod | 14 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 D | OSSL_STORE_attach.pod | 11 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 D | store_lib.c | 33 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 D | store_result.c | 76 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 D | store_local.h | 178 OSSL_STORE_CTX *ctx;
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | ossl_store_test.c | 42 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 D | provider_pkey_test.c | 247 OSSL_STORE_CTX *ctx = NULL; in test_pkey_store()
|
| /freebsd-14.2/crypto/openssl/crypto/x509/ |
| H A D | by_store.c | 21 OSSL_STORE_CTX *ctx = NULL; in cache_objects()
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | ossl_store.pod | 50 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem",
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | storeutl.c | 355 OSSL_STORE_CTX *store_ctx = NULL; in process()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | other.syms | 78 OSSL_STORE_CTX datatype
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | ssl_cert.c | 812 OSSL_STORE_CTX *ctx = NULL; in add_uris_recursive()
|
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | apps.c | 870 OSSL_STORE_CTX *ctx = NULL; in load_key_certs_crls_suppress()
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3186 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_CTX.3
|