Home
last modified time | relevance | path

Searched refs:UI_new_method (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/ui/
Dui.h84 UI *UI_new_method(const UI_METHOD *method);
Dui_lib.c73 return(UI_new_method(NULL)); in UI_new()
76 UI *UI_new_method(const UI_METHOD *method) in UI_new_method() function
/external/openssl/include/openssl/
Dui.h84 UI *UI_new_method(const UI_METHOD *method);
/external/openssl/apps/
Dapps.c573 ui = UI_new_method(ui_method); in password_callback()