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

  /external/openssh/
readpass.c 145 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup("");
153 if (!(flags & RP_ALLOW_EOF))
159 if (flags & RP_ALLOW_EOF)
180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
misc.h 99 #define RP_ALLOW_EOF 0x0004
ssh-pkcs11.c 264 pin = read_passphrase(prompt, RP_ALLOW_EOF);
sshconnect2.c 940 password = read_passphrase(prompt, RP_ALLOW_EOF);
    [all...]

Completed in 359 milliseconds