Searched refs:action_desc (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/ui/ |
D | ui_lib.c | 58 OPENSSL_free((char *)uis->_.boolean_data.action_desc); in free_string() 148 const char *action_desc, in general_allocate_boolean() argument 175 s->_.boolean_data.action_desc = action_desc; in general_allocate_boolean() 252 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_add_input_boolean() argument 256 return general_allocate_boolean(ui, prompt, action_desc, in UI_add_input_boolean() 261 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_dup_input_boolean() argument 278 if (action_desc != NULL) { in UI_dup_input_boolean() 279 action_desc_copy = OPENSSL_strdup(action_desc); in UI_dup_input_boolean() 784 return uis->_.boolean_data.action_desc; in UI_get0_action_string()
|
D | ui_local.h | 84 const char *action_desc; /* Input */ member
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ui.h | 99 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, 102 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
|
/third_party/openssl/doc/man3/ |
D | UI_new.pod | 35 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, 38 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, 131 the possible answers (given through the I<action_desc> argument).
|
/third_party/openssl/include/openssl/ |
D | ui.h.in | 111 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, 114 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
|