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

  /src/crypto/external/bsd/openssh/dist/
readpass.c 173 return (flags & RP_ALLOW_EOF) ? NULL : xstrdup("");
183 if (!(flags & RP_ALLOW_EOF))
189 if (flags & RP_ALLOW_EOF)
211 RP_USE_ASKPASS|RP_ALLOW_EOF|RP_ASK_PERMISSION);
misc.h 253 #define RP_ALLOW_EOF 0x0004
ssh-pkcs11.c 243 if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) {
sshconnect2.c 1151 password = read_passphrase(prompt, RP_ALLOW_EOF);

Completed in 50 milliseconds