Searched refs:UI_UTIL_read_pw (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/doc/man3/ |
D | UI_UTIL_read_pw.pod | 5 UI_UTIL_read_pw_string, UI_UTIL_read_pw, 14 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, 26 UI_UTIL_read_pw() does the same as UI_UTIL_read_pw_string(), the 39 UI_UTIL_read_pw_string() and UI_UTIL_read_pw() use default 47 UI_UTIL_read_pw_string() and UI_UTIL_read_pw(), there is 53 UI_UTIL_read_pw_string() and UI_UTIL_read_pw() return 0 on success or a negative
|
/third_party/openssl/crypto/ui/ |
D | ui_util.c | 26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length, in UI_UTIL_read_pw_string() 32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() function
|
/third_party/openssl/include/openssl/ |
D | ui.h | 360 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
|
/third_party/openssl/util/ |
D | libcrypto.num | 763 UI_UTIL_read_pw 762 1_1_0 EXIST::FUNCTION:
|