Home
last modified time | relevance | path

Searched refs:UIT_VERIFY (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DUI_STRING.pod21 UIT_VERIFY, /* Prompt for a string and verify */
67 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings.
73 This is only useful for B<UIT_VERIFY> type strings.
78 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings.
82 For B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, this sets the
112 B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for any other
116 content length for B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings,
120 string for B<UIT_VERIFY> type UI strings, NULL for any other type.
123 the UI string for B<UIT_PROMPT> and B<UIT_VERIFY> type strings,
127 the UI string for B<UIT_PROMPT> and B<UIT_VERIFY> type strings,
[all …]
/third_party/openssl/crypto/ui/
Dui_lib.c64 case UIT_VERIFY: in free_string()
106 } else if ((type == UIT_PROMPT || type == UIT_VERIFY in general_allocate_prompt()
229 UIT_VERIFY, flags, result_buf, minsize, in UI_add_verify_string()
248 UIT_VERIFY, flags, result_buf, minsize, in UI_dup_verify_string()
787 case UIT_VERIFY: in UI_get0_action_string()
799 case UIT_VERIFY: in UI_get0_result_string()
814 case UIT_VERIFY: in UI_get_result_string_length()
828 case UIT_VERIFY: in UI_get0_test_string()
844 case UIT_VERIFY: in UI_get_result_minsize()
859 case UIT_VERIFY: in UI_get_result_maxsize()
[all …]
Dui_util.c126 case UIT_VERIFY: in ui_read()
Dui_openssl.c213 case UIT_VERIFY: in write_string()
238 case UIT_VERIFY: in read_string()
/third_party/openssl/apps/lib/
Dapps_ui.c35 case UIT_VERIFY: in ui_read()
70 case UIT_VERIFY: in ui_write()
/third_party/openssl/ohos_lite/include/openssl/
Dui.h289 UIT_VERIFY, /* Prompt for a string and verify */ enumerator
/third_party/openssl/include/openssl/
Dui.h.in305 UIT_VERIFY, /* Prompt for a string and verify */ enumerator
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py15 UIT_VERIFY = 2 variable