HomeSort by: relevance | last modified time | path
    Searched refs:RP_ALLOW_STDIN (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 333 pass = read_passphrase(msg, RP_ALLOW_STDIN);
472 RP_ALLOW_STDIN)) == NULL)
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 252 #define RP_ALLOW_STDIN 0x0002
readpass.c 119 * RP_ALLOW_STDIN is set, the passphrase will be read from stdin if no
148 else if (flags & RP_ALLOW_STDIN) {
ssh-keygen.c 303 pass = read_passphrase(prompt, RP_ALLOW_STDIN);
1365 RP_ALLOW_STDIN);
1385 "passphrase): ", RP_ALLOW_STDIN);
1387 RP_ALLOW_STDIN);
1487 RP_ALLOW_STDIN);
1749 RP_ALLOW_STDIN)) == NULL)
2536 RP_ALLOW_STDIN)) == NULL)
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...]
auth-pam.c 1173 RP_ALLOW_STDIN);

Completed in 21 milliseconds