Searched refs:readpassphrase (Results 1 - 7 of 7) sorted by relevance

/external/openssh/openbsd-compat/
H A Dreadpassphrase.h1 /* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */
23 /* OPENBSD ORIGINAL: include/readpassphrase.h */
40 char * readpassphrase(const char *, char *, size_t, int);
H A Dreadpassphrase.c1 /* $OpenBSD: readpassphrase.c,v 1.22 2010/01/13 10:20:54 dtucker Exp $ */
23 /* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
33 #include <readpassphrase.h>
62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
204 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
H A Dreadpassphrase.c.orig1 /* $OpenBSD: readpassphrase.c,v 1.22 2010/01/13 10:20:54 dtucker Exp $ */
23 /* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
33 #include <readpassphrase.h>
62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags)
204 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
/external/openssh/
H A Dincludes.h128 # include <readpassphrase.h>
H A Dreadpass.c158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) {
H A DAndroid.mk81 openbsd-compat/readpassphrase.c \
H A Dconfigure7399 readpassphrase.h \
16511 readpassphrase \

Completed in 156 milliseconds