OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readpassphrase
(Results
1 - 6
of
6
) sorted by null
/external/openssh/openbsd-compat/
readpassphrase.h
1
/* $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);
readpassphrase.c
1
/* $OpenBSD:
readpassphrase
.c,v 1.22 2010/01/13 10:20:54 dtucker Exp $ */
23
/* OPENBSD ORIGINAL: lib/libc/gen/
readpassphrase
.c */
37
#include "
readpassphrase
.h"
55
readpassphrase
(const char *prompt, char *buf, size_t bufsiz, int flags)
function
197
return(
readpassphrase
(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
/external/openssh/
includes.h
125
# include <
readpassphrase
.h>
readpass.c
158
if (
readpassphrase
(prompt, buf, sizeof buf, rppflags) == NULL) {
Android.mk
22
openbsd-compat/
readpassphrase
.c openbsd-compat/vis.c \
configure
[
all
...]
Completed in 131 milliseconds