Home
last modified time | relevance | path

Searched refs:readpassphrase (Results 1 – 10 of 10) sorted by relevance

/external/openssh/openbsd-compat/
Dreadpassphrase.c62 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));
Dreadpassphrase.h40 char * readpassphrase(const char *, char *, size_t, int);
DMakefile.in19 …name.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray…
/external/openssh/
Dreadpass.c158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) { in read_passphrase()
DAndroid.mk102 openbsd-compat/readpassphrase.c \
Dconfig.h.in896 /* Define to 1 if you have the `readpassphrase' function. */
899 /* Define to 1 if you have the <readpassphrase.h> header file. */
DChangeLog1862 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.
Dconfigure.ac388 readpassphrase.h \
1734 readpassphrase \
Dconfigure6703 readpassphrase.h \
10685 readpassphrase \
/external/openssh/regress/
Dnetcat.c1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL) in getproxypass()