Searched refs:OSSL_STORE_CTX (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
D | store.h | 31 typedef struct ossl_store_ctx_st OSSL_STORE_CTX; typedef 49 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, 60 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */); 61 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args); 79 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx); 85 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx); 91 int OSSL_STORE_error(OSSL_STORE_CTX *ctx); 97 int OSSL_STORE_close(OSSL_STORE_CTX *ctx); 167 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type); 200 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type); [all …]
|
/third_party/openssl/include/openssl/ |
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, 75 OSSL_DEPRECATEDIN_3_0 int OSSL_STORE_vctrl(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, [all …]
|
/third_party/openssl/doc/man3/ |
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; 20 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, 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 */); 56 B<OSSL_STORE_CTX> is a context variable that holds all the internal [all …]
|
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);
|
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
|
/third_party/openssl/crypto/store/ |
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() 242 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args) in OSSL_STORE_vctrl() 275 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() 307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() 401 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx) in OSSL_STORE_load() [all …]
|
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()
|
D | store_local.h | 178 OSSL_STORE_CTX *ctx;
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | store.h | 22 OSSL_STORE_CTX *ossl_store_attach_pem_bio(BIO *bp, const UI_METHOD *ui_method, 24 int ossl_store_detach_pem_bio(OSSL_STORE_CTX *ctx);
|
/third_party/openssl/test/ |
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()
|
D | provider_pkey_test.c | 186 OSSL_STORE_CTX *ctx = NULL; in test_pkey_store()
|
/third_party/openssl/crypto/x509/ |
D | by_store.c | 21 OSSL_STORE_CTX *ctx = NULL; in cache_objects()
|
/third_party/openssl/doc/man7/ |
D | ossl_store.pod | 47 OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem");
|
/third_party/openssl/apps/ |
D | storeutl.c | 357 OSSL_STORE_CTX *store_ctx = NULL; in process()
|
/third_party/openssl/util/ |
D | other.syms | 73 OSSL_STORE_CTX datatype
|
/third_party/openssl/ssl/ |
D | ssl_cert.c | 790 OSSL_STORE_CTX *ctx = NULL; in add_uris_recursive()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 869 OSSL_STORE_CTX *ctx = NULL; in load_key_certs_crls_suppress()
|