Home
last modified time | relevance | path

Searched refs:ui_method (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Dapps_posix.c160 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui()
161 UI_method_set_opener(ui_method, ui_open); in setup_ui()
162 UI_method_set_reader(ui_method, ui_read); in setup_ui()
163 UI_method_set_writer(ui_method, ui_write); in setup_ui()
164 UI_method_set_closer(ui_method, ui_close); in setup_ui()
171 if (ui_method) { in destroy_ui()
172 UI_destroy_method(ui_method); in destroy_ui()
173 ui_method = NULL; in destroy_ui()
H A Dapps_win.c49 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui()
50 UI_method_set_opener(ui_method, ui_open); in setup_ui()
51 UI_method_set_reader(ui_method, ui_read); in setup_ui()
52 UI_method_set_writer(ui_method, ui_write); in setup_ui()
53 UI_method_set_closer(ui_method, ui_close); in setup_ui()
68 if (ui_method) { in destroy_ui()
69 UI_destroy_method(ui_method); in destroy_ui()
70 ui_method = NULL; in destroy_ui()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Dapps_posix.c160 ui_method = UI_create_method("OpenSSL application user interface");
161 UI_method_set_opener(ui_method, ui_open);
162 UI_method_set_reader(ui_method, ui_read);
163 UI_method_set_writer(ui_method, ui_write);
164 UI_method_set_closer(ui_method, ui_close);
171 if (ui_method) {
172 UI_destroy_method(ui_method);
173 ui_method = NULL;
H A Dapps_win.c49 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui()
50 UI_method_set_opener(ui_method, ui_open); in setup_ui()
51 UI_method_set_reader(ui_method, ui_read); in setup_ui()
52 UI_method_set_writer(ui_method, ui_write); in setup_ui()
53 UI_method_set_closer(ui_method, ui_close); in setup_ui()
68 if (ui_method) { in destroy_ui()
69 UI_destroy_method(ui_method); in destroy_ui()
70 ui_method = NULL; in destroy_ui()
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Dapps_posix.c160 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui()
161 UI_method_set_opener(ui_method, ui_open); in setup_ui()
162 UI_method_set_reader(ui_method, ui_read); in setup_ui()
163 UI_method_set_writer(ui_method, ui_write); in setup_ui()
164 UI_method_set_closer(ui_method, ui_close); in setup_ui()
171 if (ui_method) { in destroy_ui()
172 UI_destroy_method(ui_method); in destroy_ui()
173 ui_method = NULL; in destroy_ui()
H A Dapps_win.c49 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui()
50 UI_method_set_opener(ui_method, ui_open); in setup_ui()
51 UI_method_set_reader(ui_method, ui_read); in setup_ui()
52 UI_method_set_writer(ui_method, ui_write); in setup_ui()
53 UI_method_set_closer(ui_method, ui_close); in setup_ui()
68 if (ui_method) { in destroy_ui()
69 UI_destroy_method(ui_method); in destroy_ui()
70 ui_method = NULL; in destroy_ui()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/lib/
H A Dapps_ui.c15 static UI_METHOD *ui_method = NULL; variable
130 return ui_method != NULL in setup_ui_method()
131 && 0 == UI_method_set_opener(ui_method, ui_open) in setup_ui_method()
132 && 0 == UI_method_set_reader(ui_method, ui_read) in setup_ui_method()
133 && 0 == UI_method_set_writer(ui_method, ui_write) in setup_ui_method()
134 && 0 == UI_method_set_closer(ui_method, ui_close) in setup_ui_method()
141 if (ui_method != NULL) { in destroy_ui_method()
142 UI_destroy_method(ui_method); in destroy_ui_method()
143 ui_method = NULL; in destroy_ui_method()
149 return ui_method; in get_ui_method()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/lib/
H A Dapps_ui.c15 static UI_METHOD *ui_method = NULL; variable
130 return ui_method != NULL in setup_ui_method()
131 && 0 == UI_method_set_opener(ui_method, ui_open) in setup_ui_method()
132 && 0 == UI_method_set_reader(ui_method, ui_read) in setup_ui_method()
133 && 0 == UI_method_set_writer(ui_method, ui_write) in setup_ui_method()
134 && 0 == UI_method_set_closer(ui_method, ui_close) in setup_ui_method()
141 if (ui_method != NULL) { in destroy_ui_method()
142 UI_destroy_method(ui_method); in destroy_ui_method()
143 ui_method = NULL; in destroy_ui_method()
149 return ui_method; in get_ui_method()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/lib/
H A Dapps_ui.c15 static UI_METHOD *ui_method = NULL; variable
130 return ui_method != NULL in setup_ui_method()
131 && 0 == UI_method_set_opener(ui_method, ui_open) in setup_ui_method()
132 && 0 == UI_method_set_reader(ui_method, ui_read) in setup_ui_method()
133 && 0 == UI_method_set_writer(ui_method, ui_write) in setup_ui_method()
134 && 0 == UI_method_set_closer(ui_method, ui_close) in setup_ui_method()
141 if (ui_method != NULL) { in destroy_ui_method()
142 UI_destroy_method(ui_method); in destroy_ui_method()
143 ui_method = NULL; in destroy_ui_method()
149 return ui_method; in get_ui_method()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/lib/
H A Dapps_ui.c15 static UI_METHOD *ui_method = NULL; variable
130 return ui_method != NULL in setup_ui_method()
131 && 0 == UI_method_set_opener(ui_method, ui_open) in setup_ui_method()
132 && 0 == UI_method_set_reader(ui_method, ui_read) in setup_ui_method()
133 && 0 == UI_method_set_writer(ui_method, ui_write) in setup_ui_method()
134 && 0 == UI_method_set_closer(ui_method, ui_close) in setup_ui_method()
141 if (ui_method != NULL) { in destroy_ui_method()
142 UI_destroy_method(ui_method); in destroy_ui_method()
143 ui_method = NULL; in destroy_ui_method()
149 return ui_method; in get_ui_method()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/apps/lib/
H A Dapps_ui.c15 static UI_METHOD *ui_method = NULL; variable
130 return ui_method != NULL in setup_ui_method()
131 && 0 == UI_method_set_opener(ui_method, ui_open) in setup_ui_method()
132 && 0 == UI_method_set_reader(ui_method, ui_read) in setup_ui_method()
133 && 0 == UI_method_set_writer(ui_method, ui_write) in setup_ui_method()
134 && 0 == UI_method_set_closer(ui_method, ui_close) in setup_ui_method()
141 if (ui_method != NULL) { in destroy_ui_method()
142 UI_destroy_method(ui_method); in destroy_ui_method()
143 ui_method = NULL; in destroy_ui_method()
149 return ui_method; in get_ui_method()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/lib/
H A Dapps_ui.c15 static UI_METHOD *ui_method = NULL; variable
130 return ui_method != NULL in setup_ui_method()
131 && 0 == UI_method_set_opener(ui_method, ui_open) in setup_ui_method()
132 && 0 == UI_method_set_reader(ui_method, ui_read) in setup_ui_method()
133 && 0 == UI_method_set_writer(ui_method, ui_write) in setup_ui_method()
134 && 0 == UI_method_set_closer(ui_method, ui_close) in setup_ui_method()
141 if (ui_method != NULL) { in destroy_ui_method()
142 UI_destroy_method(ui_method); in destroy_ui_method()
143 ui_method = NULL; in destroy_ui_method()
149 return ui_method; in get_ui_method()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c90 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
91 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
135 if (ui_method != NULL) { in do_ui_passphrase()
136 UI_set_method(ui, ui_method); in do_ui_passphrase()
201 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
251 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
255 if (ui_method == NULL) { in ossl_pw_get_passphrase()
260 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
261 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
264 if (ui_method == NULL) { in ossl_pw_get_passphrase()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c90 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
91 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
135 if (ui_method != NULL) { in do_ui_passphrase()
136 UI_set_method(ui, ui_method); in do_ui_passphrase()
201 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
251 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
255 if (ui_method == NULL) { in ossl_pw_get_passphrase()
260 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
261 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
264 if (ui_method == NULL) { in ossl_pw_get_passphrase()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c90 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
91 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
135 if (ui_method != NULL) { in do_ui_passphrase()
136 UI_set_method(ui, ui_method); in do_ui_passphrase()
201 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
251 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
255 if (ui_method == NULL) { in ossl_pw_get_passphrase()
260 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
261 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
264 if (ui_method == NULL) { in ossl_pw_get_passphrase()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c90 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
91 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
135 if (ui_method != NULL) { in do_ui_passphrase()
136 UI_set_method(ui, ui_method); in do_ui_passphrase()
201 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
251 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
255 if (ui_method == NULL) { in ossl_pw_get_passphrase()
260 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
261 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
264 if (ui_method == NULL) { in ossl_pw_get_passphrase()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/
H A Dpassphrase.c91 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
92 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
137 if (ui_method != NULL) { in do_ui_passphrase()
138 UI_set_method(ui, ui_method); in do_ui_passphrase()
217 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
267 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
271 if (ui_method == NULL) { in ossl_pw_get_passphrase()
276 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
277 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
280 if (ui_method == NULL) { in ossl_pw_get_passphrase()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/crypto/
H A Dpassphrase.c91 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
92 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
137 if (ui_method != NULL) { in do_ui_passphrase()
138 UI_set_method(ui, ui_method); in do_ui_passphrase()
217 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
267 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
271 if (ui_method == NULL) { in ossl_pw_get_passphrase()
276 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
277 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
280 if (ui_method == NULL) { in ossl_pw_get_passphrase()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ui/
H A Dui_util.c145 UI_METHOD *ui_method = NULL; in UI_UTIL_wrap_read_pem_callback() local
148 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
149 || UI_method_set_opener(ui_method, ui_open) < 0 in UI_UTIL_wrap_read_pem_callback()
150 || UI_method_set_reader(ui_method, ui_read) < 0 in UI_UTIL_wrap_read_pem_callback()
151 || UI_method_set_writer(ui_method, ui_write) < 0 in UI_UTIL_wrap_read_pem_callback()
152 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
154 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
155 UI_destroy_method(ui_method); in UI_UTIL_wrap_read_pem_callback()
162 return ui_method; in UI_UTIL_wrap_read_pem_callback()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ui/
H A Dui_util.c144 UI_METHOD *ui_method = NULL; in UI_UTIL_wrap_read_pem_callback() local
147 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
148 || UI_method_set_opener(ui_method, ui_open) < 0 in UI_UTIL_wrap_read_pem_callback()
149 || UI_method_set_reader(ui_method, ui_read) < 0 in UI_UTIL_wrap_read_pem_callback()
150 || UI_method_set_writer(ui_method, ui_write) < 0 in UI_UTIL_wrap_read_pem_callback()
151 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
153 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
154 UI_destroy_method(ui_method); in UI_UTIL_wrap_read_pem_callback()
161 return ui_method; in UI_UTIL_wrap_read_pem_callback()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/
H A Dui_util.c145 UI_METHOD *ui_method = NULL; in UI_UTIL_wrap_read_pem_callback() local
148 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
149 || UI_method_set_opener(ui_method, ui_open) < 0 in UI_UTIL_wrap_read_pem_callback()
150 || UI_method_set_reader(ui_method, ui_read) < 0 in UI_UTIL_wrap_read_pem_callback()
151 || UI_method_set_writer(ui_method, ui_write) < 0 in UI_UTIL_wrap_read_pem_callback()
152 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
154 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
155 UI_destroy_method(ui_method); in UI_UTIL_wrap_read_pem_callback()
162 return ui_method; in UI_UTIL_wrap_read_pem_callback()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/
H A Dui_util.c144 UI_METHOD *ui_method = NULL; in UI_UTIL_wrap_read_pem_callback() local
147 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
148 || UI_method_set_opener(ui_method, ui_open) < 0 in UI_UTIL_wrap_read_pem_callback()
149 || UI_method_set_reader(ui_method, ui_read) < 0 in UI_UTIL_wrap_read_pem_callback()
150 || UI_method_set_writer(ui_method, ui_write) < 0 in UI_UTIL_wrap_read_pem_callback()
151 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
153 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
154 UI_destroy_method(ui_method); in UI_UTIL_wrap_read_pem_callback()
161 return ui_method; in UI_UTIL_wrap_read_pem_callback()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/
H A Dui_util.c145 UI_METHOD *ui_method = NULL; in UI_UTIL_wrap_read_pem_callback() local
148 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
149 || UI_method_set_opener(ui_method, ui_open) < 0 in UI_UTIL_wrap_read_pem_callback()
150 || UI_method_set_reader(ui_method, ui_read) < 0 in UI_UTIL_wrap_read_pem_callback()
151 || UI_method_set_writer(ui_method, ui_write) < 0 in UI_UTIL_wrap_read_pem_callback()
152 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
154 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
155 UI_destroy_method(ui_method); in UI_UTIL_wrap_read_pem_callback()
162 return ui_method; in UI_UTIL_wrap_read_pem_callback()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/ui/
H A Dui_util.c145 UI_METHOD *ui_method = NULL; in UI_UTIL_wrap_read_pem_callback() local
148 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
149 || UI_method_set_opener(ui_method, ui_open) < 0 in UI_UTIL_wrap_read_pem_callback()
150 || UI_method_set_reader(ui_method, ui_read) < 0 in UI_UTIL_wrap_read_pem_callback()
151 || UI_method_set_writer(ui_method, ui_write) < 0 in UI_UTIL_wrap_read_pem_callback()
152 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
154 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
155 UI_destroy_method(ui_method); in UI_UTIL_wrap_read_pem_callback()
162 return ui_method; in UI_UTIL_wrap_read_pem_callback()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ui/
H A Dui_util.c144 UI_METHOD *ui_method = NULL;
147 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL
148 || UI_method_set_opener(ui_method, ui_open) < 0
149 || UI_method_set_reader(ui_method, ui_read) < 0
150 || UI_method_set_writer(ui_method, ui_write) < 0
151 || UI_method_set_closer(ui_method, ui_close) < 0
153 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) {
154 UI_destroy_method(ui_method);
161 return ui_method;

12345678910>>...30