Home | History | Annotate | Download | only in apps

Lines Matching refs:ui_method

161 static UI_METHOD *ui_method = NULL;
532 ui_method = UI_create_method("OpenSSL application user interface");
533 UI_method_set_opener(ui_method, ui_open);
534 UI_method_set_reader(ui_method, ui_read);
535 UI_method_set_writer(ui_method, ui_write);
536 UI_method_set_closer(ui_method, ui_close);
541 if(ui_method)
543 UI_destroy_method(ui_method);
544 ui_method = NULL;
573 ui = UI_new_method(ui_method);
885 ui_method, &cb_data);
982 ui_method, &cb_data);
1497 ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, ui_method, 0, 1);