Home
last modified time | relevance | path

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

/external/openssl/crypto/ui/
Dui.h306 UI_METHOD *UI_create_method(char *name);
Dui_lib.c619 UI_METHOD *UI_create_method(char *name) in UI_create_method() function
/external/openssl/include/openssl/
Dui.h306 UI_METHOD *UI_create_method(char *name);
/external/openssl/apps/
Dapps.c531 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui_method()