Searched refs:UI_new_method (Results 1 – 4 of 4) sorted by relevance
84 UI *UI_new_method(const UI_METHOD *method);
73 return(UI_new_method(NULL)); in UI_new()76 UI *UI_new_method(const UI_METHOD *method) in UI_new_method() function
573 ui = UI_new_method(ui_method); in password_callback()