Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dui.h311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
/external/openssl/crypto/ui/
Dui.h311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
Dui_lib.c674 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)) in UI_method_set_reader() function
/external/openssl/apps/
Dapps.c534 UI_method_set_reader(ui_method, ui_read); in setup_ui_method()