Searched refs:UI_METHOD (Results 1 – 17 of 17) sorted by relevance
| /freebsd-11-stable/crypto/openssl/crypto/ui/ |
| HD | ui.h | 86 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 …]
|
| HD | ui_lib.c | 70 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 …]
|
| HD | ui_locl.h | 134 const UI_METHOD *meth;
|
| HD | ui_openssl.c | 325 static UI_METHOD ui_openssl = { 336 UI_METHOD *UI_OpenSSL(void) in UI_OpenSSL()
|
| /freebsd-11-stable/crypto/openssl/crypto/engine/ |
| HD | eng_pkey.c | 100 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()
|
| HD | engine.h | 339 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);
|
| HD | eng_openssl.c | 125 UI_METHOD *ui_method, 388 UI_METHOD *ui_method, in openssl_load_privkey()
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | ui.pod | 18 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
|
| HD | engine.pod | 156 UI_METHOD *ui_method, void *callback_data); 158 UI_METHOD *ui_method, void *callback_data);
|
| /freebsd-11-stable/crypto/openssl/engines/ |
| HD | e_chil.c | 140 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()
|
| HD | e_4758cca.c | 103 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()
|
| HD | e_sureware.c | 107 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()
|
| HD | e_capi.c | 166 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/ |
| HD | ossl_typ.h | 173 typedef struct ui_method_st UI_METHOD; typedef
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | indent.pro | 527 -T UI_METHOD
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | apps.c | 163 static UI_METHOD *ui_method = NULL;
|
| /freebsd-11-stable/crypto/openssl/ |
| HD | CHANGES | 6180 Change the key loaders to take a UI_METHOD instead of a callback
|