Searched refs:UIT_VERIFY (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | UI_STRING.pod | 21 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/ |
D | ui_lib.c | 64 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 …]
|
D | ui_util.c | 126 case UIT_VERIFY: in ui_read()
|
D | ui_openssl.c | 213 case UIT_VERIFY: in write_string() 238 case UIT_VERIFY: in read_string()
|
/third_party/openssl/apps/lib/ |
D | apps_ui.c | 35 case UIT_VERIFY: in ui_read() 70 case UIT_VERIFY: in ui_write()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ui.h | 289 UIT_VERIFY, /* Prompt for a string and verify */ enumerator
|
/third_party/openssl/include/openssl/ |
D | ui.h.in | 305 UIT_VERIFY, /* Prompt for a string and verify */ enumerator
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 15 UIT_VERIFY = 2 variable
|