/openssl/crypto/ |
H A D | core_fetch.c | 29 struct construct_data_st *data = cbdata; in is_temporary_method_store() 36 struct construct_data_st *data = cbdata; in ossl_method_construct_reserve_store() 54 struct construct_data_st *data = cbdata; in ossl_method_construct_unreserve_store() 106 struct construct_data_st *data = cbdata; in ossl_method_construct_this() 136 struct construct_data_st cbdata; in ossl_method_construct() local 149 cbdata.store = NULL; in ossl_method_construct() 150 cbdata.force_store = force_store; in ossl_method_construct() 151 cbdata.mcm = mcm; in ossl_method_construct() 152 cbdata.mcm_data = mcm_data; in ossl_method_construct() 159 &cbdata); in ossl_method_construct() [all …]
|
H A D | core_algorithm.c | 45 struct algorithm_data_st *data = cbdata; in algorithm_do_map() 104 struct algorithm_data_st *data = cbdata; in algorithm_do_this() 150 struct algorithm_data_st cbdata = { 0, }; in ossl_algorithm_do_all() local 152 cbdata.libctx = libctx; in ossl_algorithm_do_all() 153 cbdata.operation_id = operation_id; in ossl_algorithm_do_all() 154 cbdata.pre = pre; in ossl_algorithm_do_all() 155 cbdata.reserve_store = reserve_store; in ossl_algorithm_do_all() 156 cbdata.fn = fn; in ossl_algorithm_do_all() 158 cbdata.post = post; in ossl_algorithm_do_all() 159 cbdata.data = data; in ossl_algorithm_do_all() [all …]
|
H A D | provider_child.c | 92 static int provider_create_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata) in provider_create_child_cb() argument 94 OSSL_LIB_CTX *ctx = cbdata; in provider_create_child_cb() 157 static int provider_remove_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata) in provider_remove_child_cb() argument 159 OSSL_LIB_CTX *ctx = cbdata; in provider_remove_child_cb() 184 static int provider_global_props_cb(const char *props, void *cbdata) in provider_global_props_cb() argument 186 OSSL_LIB_CTX *ctx = cbdata; in provider_global_props_cb()
|
H A D | provider.c | 154 void *cbdata), in OSSL_PROVIDER_do_all() argument 155 void *cbdata) in OSSL_PROVIDER_do_all() 157 return ossl_provider_doall_activated(ctx, cb, cbdata); in OSSL_PROVIDER_do_all()
|
H A D | provider_core.c | 134 int (*global_props_cb)(const char *props, void *cbdata); 135 void *cbdata; member 1415 void *cbdata), in ossl_provider_doall_activated() argument 1416 void *cbdata) in ossl_provider_doall_activated() 1493 if (!cb(prov, cbdata)) { in ossl_provider_doall_activated() 1983 child_cb->global_props_cb(props, child_cb->cbdata); in ossl_provider_default_props_update() 1994 void *cbdata), in ossl_provider_register_child_cb() argument 2001 void *cbdata) in ossl_provider_register_child_cb() 2025 child_cb->cbdata = cbdata; in ossl_provider_register_child_cb() 2034 global_props_cb(propsstr, cbdata); in ossl_provider_register_child_cb() [all …]
|
/openssl/include/openssl/ |
H A D | provider.h | 36 int (*cb)(OSSL_PROVIDER *provider, void *cbdata), 37 void *cbdata);
|
H A D | core_dispatch.h | 232 int (*create_cb)(const OSSL_CORE_HANDLE *provider, void *cbdata), 233 int (*remove_cb)(const OSSL_CORE_HANDLE *provider, void *cbdata), 234 int (*global_props_cb)(const char *props, void *cbdata), 235 void *cbdata))
|
/openssl/include/internal/ |
H A D | provider.h | 69 void *cbdata), 70 void *cbdata);
|
/openssl/crypto/store/ |
H A D | store_result.c | 87 struct ossl_load_result_data_st *cbdata = arg; in ossl_store_handle_load_result() local 88 OSSL_STORE_INFO **v = &cbdata->v; in ossl_store_handle_load_result() 89 OSSL_STORE_CTX *ctx = cbdata->ctx; in ossl_store_handle_load_result()
|
/openssl/doc/man3/ |
H A D | OSSL_PROVIDER.pod | 38 int (*cb)(OSSL_PROVIDER *provider, void *cbdata), 39 void *cbdata); 126 I<cbdata> that comes from the caller. If no other provider has been loaded
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 100 void *cbdata), 102 void *cbdata), 103 int (*global_props_cb)(const char *props, void *cbdata), 104 void *cbdata); 353 I<handle> is this provider's handle and I<cbdata> is this provider's data 363 provider's data in I<cbdata>. It should return 1 on success or 0 on failure. 367 the provider being unloaded and this provider's data in I<cbdata>. It should
|
/openssl/doc/internal/man3/ |
H A D | ossl_provider_new.pod | 68 void *cbdata), 69 void *cbdata);
|
/openssl/test/ |
H A D | sslapitest.c | 11890 if (cbdata->recurse) in resume_servername_cb() 11893 if ((cbdata->i % 3) != 1) in resume_servername_cb() 11896 cbdata->recurse = 1; in resume_servername_cb() 11898 if (!TEST_true(create_ssl_objects(cbdata->sctx, cbdata->cctx, &serverssl, in resume_servername_cb() 11918 cbdata->recurse = 0; in resume_servername_cb() 11936 struct resume_servername_cb_data cbdata; in test_multi_resume() local 11972 cbdata.cctx = cctx; in test_multi_resume() 11973 cbdata.sctx = sctx; in test_multi_resume() 11974 cbdata.recurse = 0; in test_multi_resume() 11991 cbdata.i = i; in test_multi_resume() [all …]
|
/openssl/apps/ |
H A D | list.c | 770 static int list_tls_sigalg_caps(OSSL_PROVIDER *provider, void *cbdata) in list_tls_sigalg_caps() argument 774 cbdata); in list_tls_sigalg_caps()
|