Searched refs:UI_STRING (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ui.h | 304 typedef struct ui_string_st UI_STRING; typedef 305 DECLARE_STACK_OF(UI_STRING) 325 int (*writer) (UI *ui, UI_STRING *uis)); 328 int (*reader) (UI *ui, UI_STRING *uis)); 337 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *); 339 int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *); 351 enum UI_string_types UI_get_string_type(UI_STRING *uis); 353 int UI_get_input_flags(UI_STRING *uis); 355 const char *UI_get0_output_string(UI_STRING *uis); 360 const char *UI_get0_action_string(UI_STRING *uis); [all …]
|
| H A D | safestack.h | 1732 # define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp)) 1733 # define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING) 1734 # define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st)) 1735 # define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st)) 1736 # define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i)) 1737 # define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val)) 1738 # define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st)) 1739 # define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val)) 1740 # define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val)) 1741 # define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val)) [all …]
|