Searched refs:readpassphrase (Results 1 – 10 of 10) sorted by relevance
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() function 202 DEF_WEAK(readpassphrase); 210 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
|
D | readpassphrase.h | 40 char * readpassphrase(const char *, char *, size_t, int);
|
D | Makefile.in | 19 …name.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray…
|
/external/openssh/ |
D | readpass.c | 158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) { in read_passphrase()
|
D | Android.mk | 102 openbsd-compat/readpassphrase.c \
|
D | config.h.in | 896 /* Define to 1 if you have the `readpassphrase' function. */ 899 /* Define to 1 if you have the <readpassphrase.h> header file. */
|
D | ChangeLog | 1862 Import readpassphrase.c rev 1.26. 1877 Import readpassphrase.c rev 1.25. 1879 Wrap <readpassphrase.h> so internal calls go direct and 1880 readpassphrase is weak.
|
D | configure.ac | 388 readpassphrase.h \ 1734 readpassphrase \
|
D | configure | 6703 readpassphrase.h \ 10685 readpassphrase \
|
/external/openssh/regress/ |
D | netcat.c | 1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL) in getproxypass()
|