Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/engines/
De_chil.c140 UI_METHOD *ui_method,
143 UI_METHOD *ui_method,
257 UI_METHOD *ui_method; member
268 UI_METHOD *ui_method; member
716 password_context.ui_method = (UI_METHOD *)p; in hwcrhk_ctrl()
768 UI_METHOD *ui_method, in hwcrhk_load_privkey() argument
800 ppctx.ui_method = ui_method; in hwcrhk_load_privkey()
862 UI_METHOD *ui_method, void *callback_data) in hwcrhk_load_pubkey() argument
867 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data); in hwcrhk_load_pubkey()
1182 UI_METHOD *ui_method = NULL; in hwcrhk_get_pass() local
[all …]
De_4758cca.c103 UI_METHOD *ui_method,
106 UI_METHOD *ui_method,
397 UI_METHOD *ui_method, in ibm_4758_load_privkey() argument
487 UI_METHOD *ui_method, in ibm_4758_load_pubkey() argument
De_sureware.c107 UI_METHOD *ui_method,
110 UI_METHOD *ui_method,
816 UI_METHOD *ui_method, in surewarehk_load_privkey() argument
842 UI_METHOD *ui_method, in surewarehk_load_pubkey() argument
De_capi.c119 UI_METHOD *ui_method, void *callback_data);
136 UI_METHOD *ui_method,
719 UI_METHOD *ui_method, void *callback_data) in capi_load_privkey() argument
1538 UI_METHOD *ui_method, in capi_load_ssl_client_cert() argument
/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_pkey.c100 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_private_key() argument
121 pkey = e->load_privkey(e, key_id, ui_method, callback_data); in ENGINE_load_private_key()
131 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_public_key() argument
151 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
163 UI_METHOD *ui_method, void *callback_data) in ENGINE_load_ssl_client_cert() argument
185 ui_method, callback_data); in ENGINE_load_ssl_client_cert()
Dengine.h330 UI_METHOD *ui_method,
336 UI_METHOD *ui_method,
633 UI_METHOD *ui_method, void *callback_data);
635 UI_METHOD *ui_method, void *callback_data);
639 UI_METHOD *ui_method, void *callback_data);
Deng_openssl.c125 UI_METHOD *ui_method,
388 UI_METHOD *ui_method, in openssl_load_privkey() argument
/freebsd-9-stable/crypto/openssl/crypto/ui/
Dui_lib.c590 UI_METHOD *ui_method = (UI_METHOD *)OPENSSL_malloc(sizeof(UI_METHOD)); in UI_create_method() local
592 if (ui_method) { in UI_create_method()
593 memset(ui_method, 0, sizeof(*ui_method)); in UI_create_method()
594 ui_method->name = BUF_strdup(name); in UI_create_method()
596 return ui_method; in UI_create_method()
604 void UI_destroy_method(UI_METHOD *ui_method) in UI_destroy_method() argument
606 OPENSSL_free(ui_method->name); in UI_destroy_method()
607 ui_method->name = NULL; in UI_destroy_method()
608 OPENSSL_free(ui_method); in UI_destroy_method()
Dui.h195 char *UI_construct_prompt(UI *ui_method,
322 void UI_destroy_method(UI_METHOD *ui_method);
/freebsd-9-stable/crypto/openssl/apps/
Dapps.c147 static UI_METHOD *ui_method = NULL; variable
502 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui_method()
503 UI_method_set_opener(ui_method, ui_open); in setup_ui_method()
504 UI_method_set_reader(ui_method, ui_read); in setup_ui_method()
505 UI_method_set_writer(ui_method, ui_write); in setup_ui_method()
506 UI_method_set_closer(ui_method, ui_close); in setup_ui_method()
512 if (ui_method) { in destroy_ui_method()
513 UI_destroy_method(ui_method); in destroy_ui_method()
514 ui_method = NULL; in destroy_ui_method()
541 ui = UI_new_method(ui_method); in password_callback()
[all …]
/freebsd-9-stable/crypto/openssl/doc/crypto/
Dui.pod47 char *UI_construct_prompt(UI *ui_method,
Dengine.pod156 UI_METHOD *ui_method, void *callback_data);
158 UI_METHOD *ui_method, void *callback_data);