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 130 #define RP_ALLOW_STDIN 0x0002
ssh-add.c 245 pass = read_passphrase(msg, RP_ALLOW_STDIN);
345 RP_ALLOW_STDIN)) == NULL)
421 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
424 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 289 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN);
    [all...]
auth-pam.c 984 RP_ALLOW_STDIN);

Completed in 1028 milliseconds