HomeSort by relevance Sort by last modified time
    Searched refs:RP_ALLOW_STDIN (Results 1 - 5 of 5) sorted by null

  /external/openssh/
misc.h 98 #define RP_ALLOW_STDIN 0x0002
ssh-add.c 190 pass = read_passphrase(msg, RP_ALLOW_STDIN);
269 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
328 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
331 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
readpass.c 115 * RP_ALLOW_STDIN is set, the passphrase will be read from stdin if no
127 else if (flags & RP_ALLOW_STDIN) {
ssh-keygen.c 248 RP_ALLOW_STDIN);
1199 RP_ALLOW_STDIN);
1218 "passphrase): ", RP_ALLOW_STDIN);
1220 RP_ALLOW_STDIN);
1314 RP_ALLOW_STDIN);
    [all...]
auth-pam.c 984 RP_ALLOW_STDIN);

Completed in 132 milliseconds