Home
last modified time | relevance | path

Searched refs:UI_METHOD (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ui/
HDui.h86 UI *UI_new_method(const UI_METHOD *method);
249 void UI_set_default_method(const UI_METHOD *meth);
250 const UI_METHOD *UI_get_default_method(void);
251 const UI_METHOD *UI_get_method(UI *ui);
252 const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth);
255 UI_METHOD *UI_OpenSSL(void);
321 UI_METHOD *UI_create_method(char *name);
322 void UI_destroy_method(UI_METHOD *ui_method);
323 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));
324 int UI_method_set_writer(UI_METHOD *method,
[all …]
HDui_lib.c70 static const UI_METHOD *default_UI_meth = NULL;
77 UI *UI_new_method(const UI_METHOD *method) in UI_new_method()
573 void UI_set_default_method(const UI_METHOD *meth) in UI_set_default_method()
578 const UI_METHOD *UI_get_default_method(void) in UI_get_default_method()
586 const UI_METHOD *UI_get_method(UI *ui) in UI_get_method()
591 const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth) in UI_set_method()
597 UI_METHOD *UI_create_method(char *name) in UI_create_method()
599 UI_METHOD *ui_method = (UI_METHOD *)OPENSSL_malloc(sizeof(UI_METHOD)); in UI_create_method()
613 void UI_destroy_method(UI_METHOD *ui_method) in UI_destroy_method()
620 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
[all …]
HDui_locl.h134 const UI_METHOD *meth;
HDui_openssl.c325 static UI_METHOD ui_openssl = {
336 UI_METHOD *UI_OpenSSL(void) in UI_OpenSSL()
/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_pkey.c100 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_private_key()
131 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_public_key()
163 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_ssl_client_cert()
HDengine.h339 UI_METHOD *ui_method,
345 UI_METHOD *ui_method,
665 UI_METHOD *ui_method, void *callback_data);
667 UI_METHOD *ui_method, void *callback_data);
671 UI_METHOD *ui_method, void *callback_data);
HDeng_openssl.c125 UI_METHOD *ui_method,
388 UI_METHOD *ui_method, in openssl_load_privkey()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDui.pod18 typedef struct ui_method_st UI_METHOD;
21 UI *UI_new_method(const UI_METHOD *method);
61 void UI_set_default_method(const UI_METHOD *meth);
62 const UI_METHOD *UI_get_default_method(void);
63 const UI_METHOD *UI_get_method(UI *ui);
64 const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth);
66 UI_METHOD *UI_OpenSSL(void);
78 reference to a UI_METHOD, which is an ordered vector of functions that
HDengine.pod156 UI_METHOD *ui_method, void *callback_data);
158 UI_METHOD *ui_method, void *callback_data);
/freebsd-11-stable/crypto/openssl/engines/
HDe_chil.c140 UI_METHOD *ui_method,
143 UI_METHOD *ui_method,
256 UI_METHOD *ui_method;
267 UI_METHOD *ui_method;
715 password_context.ui_method = (UI_METHOD *)p; in hwcrhk_ctrl()
767 UI_METHOD *ui_method, in hwcrhk_load_privkey()
877 UI_METHOD *ui_method, void *callback_data) in hwcrhk_load_pubkey()
1206 UI_METHOD *ui_method = NULL; in hwcrhk_get_pass()
1276 UI_METHOD *ui_method = NULL; in hwcrhk_insert_card()
HDe_4758cca.c103 UI_METHOD *ui_method,
106 UI_METHOD *ui_method,
397 UI_METHOD *ui_method, in ibm_4758_load_privkey()
487 UI_METHOD *ui_method, in ibm_4758_load_pubkey()
HDe_sureware.c107 UI_METHOD *ui_method,
110 UI_METHOD *ui_method,
817 UI_METHOD *ui_method, in surewarehk_load_privkey()
843 UI_METHOD *ui_method, in surewarehk_load_pubkey()
HDe_capi.c166 UI_METHOD *ui_method, void *callback_data);
183 UI_METHOD *ui_method,
767 UI_METHOD *ui_method, void *callback_data) in capi_load_privkey()
1700 UI_METHOD *ui_method, in capi_load_ssl_client_cert()
/freebsd-11-stable/crypto/openssl/crypto/
HDossl_typ.h173 typedef struct ui_method_st UI_METHOD; typedef
/freebsd-11-stable/crypto/openssl/util/
HDindent.pro527 -T UI_METHOD
/freebsd-11-stable/crypto/openssl/apps/
HDapps.c163 static UI_METHOD *ui_method = NULL;
/freebsd-11-stable/crypto/openssl/
HDCHANGES6180 Change the key loaders to take a UI_METHOD instead of a callback