Home
last modified time | relevance | path

Searched refs:UI_get0_result_string (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DUI_STRING.pod7 UI_get0_action_string, UI_get0_result_string, UI_get_result_string_length,
31 const char *UI_get0_result_string(UI_STRING *uis);
65 UI_get0_result_string() and UI_get_result_string_length() are used to
68 For all other B<UI_STRING> types, UI_get0_result_string() returns NULL
83 result retrievable with UI_get0_result_string() by copying the
87 the result retrievable with UI_get0_result_string() to the first
111 UI_get0_result_string() returns the UI string result buffer for
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dui.h343 const char *UI_get0_result_string(UI_STRING *uis);
/freebsd-12.1/crypto/openssl/crypto/ui/
H A Dui_lib.c442 return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i)); in UI_get0_result()
800 const char *UI_get0_result_string(UI_STRING *uis) in UI_get0_result_string() function
H A Dui_openssl.c249 if (strcmp(UI_get0_result_string(uis), UI_get0_test_string(uis)) != 0) { in read_string()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map2868 UI_get0_result_string;
H A DMakefile.man2825 MLINKS+= UI_STRING.3 UI_get0_result_string.3