Home | History | Annotate | Download | only in openssh

Lines Matching refs:perm_ok

209 /* XXX kill perm_ok now that we have SSH_ERR_KEY_BAD_PERMISSIONS? */
212 struct sshkey **keyp, char **commentp, int *perm_ok)
222 if (perm_ok != NULL)
223 *perm_ok = 0;
227 if (perm_ok != NULL)
228 *perm_ok = 0;
232 if (perm_ok != NULL)
233 *perm_ok = 1;
454 struct sshkey **keyp, int *perm_ok)
476 passphrase, &key, NULL, perm_ok)) != 0 ||