Searched refs:perm_ok (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect1.c217 int i, perm_ok = 1, type, quit; local
264 &perm_ok);
265 if (private == NULL && !options.batch_mode && perm_ok) {
293 if (!options.batch_mode && perm_ok)
H A Dauthfile.c667 char **commentp, int *perm_ok)
677 if (perm_ok != NULL)
678 *perm_ok = 0;
682 if (perm_ok != NULL)
683 *perm_ok = 0;
688 if (perm_ok != NULL)
689 *perm_ok = 1;
852 int *perm_ok)
867 passphrase, NULL, perm_ok)) == NULL)
666 key_load_private_type(int type, const char *filename, const char *passphrase, char **commentp, int *perm_ok) argument
851 key_load_private_cert(int type, const char *filename, const char *passphrase, int *perm_ok) argument
H A Dsshconnect2.c1438 int perm_ok = 0, quit, i; local
1446 private = key_load_private_type(KEY_UNSPEC, filename, "", NULL, &perm_ok);
1447 if (!perm_ok)

Completed in 92 milliseconds