Searched refs:UI_set_ex_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui.h228 #define UI_set_app_data(s,arg) UI_set_ex_data(s,0,arg)
232 int UI_set_ex_data(UI *r,int idx,void *arg);
H A Dui_lib.c583 int UI_set_ex_data(UI *r, int idx, void *arg) function

Completed in 118 milliseconds