Searched refs:readpassphrase (Results 1 – 8 of 8) sorted by relevance
/external/openssh/openbsd-compat/ |
D | readpassphrase.h | 40 char * readpassphrase(const char *, char *, size_t, int);
|
D | readpassphrase.c | 62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() function 204 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
|
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 | 81 openbsd-compat/readpassphrase.c \
|
D | config.h.in | 872 /* Define to 1 if you have the `readpassphrase' function. */ 875 /* Define to 1 if you have the <readpassphrase.h> header file. */
|
D | configure.ac | 396 readpassphrase.h \ 1675 readpassphrase \
|
D | configure | 7471 readpassphrase.h \ 16585 readpassphrase \
|