Searched refs:UI_UTIL_read_pw (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/ui/
H A Dui_compat.c68 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c66 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
72 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, function
H A Dui.h377 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A Dread2pwd.c122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)

Completed in 67 milliseconds