Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dpin.c38 if (!readpassphrase(prompt, pin1, sizeof(pin1), RPP_ECHO_OFF)) { in pin_set()
49 if (!readpassphrase(prompt, pin2, sizeof(pin2), RPP_ECHO_OFF)) { in pin_set()
102 if (!readpassphrase(prompt, pin0, sizeof(pin0), RPP_ECHO_OFF)) { in pin_change()
118 if (!readpassphrase(prompt, pin1, sizeof(pin1), RPP_ECHO_OFF)) { in pin_change()
129 if (!readpassphrase(prompt, pin2, sizeof(pin2), RPP_ECHO_OFF)) { in pin_change()
H A DCMakeLists.txt28 list(APPEND COMPAT_SOURCES ../openbsd-compat/readpassphrase.c)
H A Dcred_make.c223 if (!readpassphrase(prompt, pin, sizeof(pin), RPP_ECHO_OFF)) in cred_make()
H A Dassert_get.c286 if (!readpassphrase(prompt, pin, sizeof(pin), RPP_ECHO_OFF)) in assert_get()
H A Dutil.c54 if (!readpassphrase(prompt, pin, PINBUF_LEN, RPP_ECHO_OFF)) { in get_pin()
/netbsd-src/external/bsd/libarchive/dist/libarchive_fe/
H A Dpassphrase.c83 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() function
166 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() function
325 p = readpassphrase(prompt, buf, bufsiz, RPP_ECHO_OFF); in lafe_readpassphrase()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dreadpassphrase.c47 readpassphrase(prompt, buf, bufsiz, flags) in readpassphrase() function
151 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
H A Dreadpassphrase.h44 char * readpassphrase __P((const char *, char *, size_t, int));
H A Dreadpass.c189 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) { in read_passphrase()
/netbsd-src/external/bsd/pam-u2f/dist/pamu2fcfg/
H A Dreadpassphrase.c60 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() function
205 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
H A D_readpassphrase.h38 char * readpassphrase(const char *, char *, size_t, int);
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dreadpassphrase.c60 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() function
205 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
H A Dreadpassphrase.h40 char * readpassphrase(const char *, char *, size_t, int);
H A Dreadpassphrase_win32.c71 readpassphrase(const char *prompt, char *outBuf, size_t outBufLen, int flags) in readpassphrase() function
/netbsd-src/external/bsd/libfido2/bin/fido2-token/
H A DMakefile22 readpassphrase.c \
/netbsd-src/external/bsd/libfido2/bin/fido2-cred/
H A DMakefile24 readpassphrase.c \
/netbsd-src/external/bsd/libfido2/bin/fido2-assert/
H A DMakefile24 readpassphrase.c \
/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/
H A Dconfig.h197 char *readpassphrase(const char *, char *, size_t, int);
/netbsd-src/usr.bin/nc/
H A Dsocks.c128 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL) in getproxypass()
/netbsd-src/external/bsd/libfido2/dist/
H A DCMakeLists.txt113 check_symbol_exists(readpassphrase readpassphrase.h HAVE_READPASSPHRASE)
/netbsd-src/usr.bin/unzip/
H A Dunzip.c877 p = readpassphrase(prompt, passbuf, sizeof(passbuf), RPP_ECHO_OFF); in passphrase_callback()