OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_passphrase
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readpass.c
113
/* private/internal
read_passphrase
flags */
123
read_passphrase
(const char *prompt, int flags)
function
210
p =
read_passphrase
(prompt,
ssh-add.c
333
pass =
read_passphrase
(msg, RP_ALLOW_STDIN);
471
if ((pin =
read_passphrase
("Enter passphrase for PKCS#11: ",
572
p1 =
read_passphrase
(prompt, RP_ALLOW_STDIN);
575
p2 =
read_passphrase
(prompt, RP_ALLOW_STDIN);
605
pass =
read_passphrase
("Enter PIN for authenticator: ", RP_ALLOW_STDIN);
misc.h
258
char *
read_passphrase
(const char *, int);
ssh-keygen.c
303
pass =
read_passphrase
(prompt, RP_ALLOW_STDIN);
1364
read_passphrase
("Enter old passphrase: ",
1384
read_passphrase
("Enter new passphrase (empty for no "
1386
passphrase2 =
read_passphrase
("Enter same passphrase again: ",
1486
passphrase =
read_passphrase
("Enter passphrase: ",
1748
if ((pin =
read_passphrase
("Enter PIN for CA key: ",
2535
if ((pin =
read_passphrase
(prompt,
3019
passphrase1 =
read_passphrase
(prompt1, RP_ALLOW_STDIN);
3020
passphrase2 =
read_passphrase
(prompt2, RP_ALLOW_STDIN);
3106
pin =
read_passphrase
("Enter PIN for authenticator: ", RP_ALLOW_STDIN)
[
all
...]
sshconnect2.c
1083
password =
read_passphrase
(prompt, 0);
1141
password =
read_passphrase
(prompt, 0);
1151
password =
read_passphrase
(prompt, RP_ALLOW_EOF);
1160
retype =
read_passphrase
(prompt, 0);
1301
pin =
read_passphrase
(prompt, 0);
1578
passphrase =
read_passphrase
(prompt, 0);
2032
response =
read_passphrase
(display_prompt, echo ? RP_ECHO : 0);
auth-pam.c
1172
read_passphrase
(PAM_MSG_MEMBER(msg, i, msg),
clientloop.c
998
cmd = s =
read_passphrase
("\r\nssh> ", RP_ECHO);
2317
response =
read_passphrase
("Accept updated hostkeys? "
sshconnect.c
633
cp = p =
read_passphrase
(msg, RP_ECHO);
ssh-agent.c
959
pin =
read_passphrase
(prompt, RP_USE_ASKPASS);
ssh-pkcs11.c
243
if ((pin =
read_passphrase
(prompt, RP_ALLOW_EOF)) == NULL) {
Completed in 30 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026