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