Lines Matching defs:ui_method
161 static UI_METHOD *ui_method = NULL;
534 ui_method = UI_create_method("OpenSSL application user interface");
535 UI_method_set_opener(ui_method, ui_open);
536 UI_method_set_reader(ui_method, ui_read);
537 UI_method_set_writer(ui_method, ui_write);
538 UI_method_set_closer(ui_method, ui_close);
543 if(ui_method)
545 UI_destroy_method(ui_method);
546 ui_method = NULL;
575 ui = UI_new_method(ui_method);
887 ui_method, &cb_data);
984 ui_method, &cb_data);
1499 ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, ui_method, 0, 1);