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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect1.c211 int i, perm_ok = 1, type, quit; local
258 &perm_ok);
259 if (private == NULL && !options.batch_mode && perm_ok) {
283 if (!options.batch_mode && perm_ok)
H A Dauthfile.c661 char **commentp, int *perm_ok)
671 if (perm_ok != NULL)
672 *perm_ok = 0;
676 if (perm_ok != NULL)
677 *perm_ok = 0;
682 if (perm_ok != NULL)
683 *perm_ok = 1;
846 int *perm_ok)
861 passphrase, NULL, perm_ok)) == NULL)
660 key_load_private_type(int type, const char *filename, const char *passphrase, char **commentp, int *perm_ok) argument
845 key_load_private_cert(int type, const char *filename, const char *passphrase, int *perm_ok) argument
H A Dsshconnect2.c1350 int perm_ok = 0, quit, i; local
1358 private = key_load_private_type(KEY_UNSPEC, filename, "", NULL, &perm_ok);
1359 if (!perm_ok) {

Completed in 98 milliseconds