Lines Matching refs:ui_method
143 static UI_METHOD *ui_method = NULL; variable
501 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui_method()
502 UI_method_set_opener(ui_method, ui_open); in setup_ui_method()
503 UI_method_set_reader(ui_method, ui_read); in setup_ui_method()
504 UI_method_set_writer(ui_method, ui_write); in setup_ui_method()
505 UI_method_set_closer(ui_method, ui_close); in setup_ui_method()
510 if(ui_method) in destroy_ui_method()
512 UI_destroy_method(ui_method); in destroy_ui_method()
513 ui_method = NULL; in destroy_ui_method()
542 ui = UI_new_method(ui_method); in password_callback()
868 ui_method, &cb_data); in load_key()
945 ui_method, &cb_data); in load_pubkey()
1375 ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, ui_method, 0, 1); in setup_engine()