Searched refs:test_buf (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/ui/ |
D | ui_lib.c | 166 char *result_buf, int minsize, int maxsize, const char *test_buf) in general_allocate_string() argument 178 s->_.string_data.test_buf=test_buf; in general_allocate_string() 270 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_add_verify_string() argument 273 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); in UI_add_verify_string() 277 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_dup_verify_string() argument 292 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); in UI_dup_verify_string() 791 return uis->_.string_data.test_buf; in UI_get0_test_string()
|
D | ui.h | 135 char *result_buf, int minsize, int maxsize, const char *test_buf); 137 char *result_buf, int minsize, int maxsize, const char *test_buf);
|
D | ui_locl.h | 124 const char *test_buf; /* Input: test string to verify member
|
/external/openssl/include/openssl/ |
D | ui.h | 135 char *result_buf, int minsize, int maxsize, const char *test_buf); 137 char *result_buf, int minsize, int maxsize, const char *test_buf);
|