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

/external/openssh/
H A Dauthfile.c196 /* XXX kill perm_ok now that we have SSH_ERR_KEY_BAD_PERMISSIONS? */
199 struct sshkey **keyp, char **commentp, int *perm_ok)
208 if (perm_ok != NULL)
209 *perm_ok = 0;
213 if (perm_ok != NULL)
214 *perm_ok = 0;
218 if (perm_ok != NULL)
219 *perm_ok = 1;
437 struct sshkey **keyp, int *perm_ok)
458 passphrase, &key, NULL, perm_ok)) !
198 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
436 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, struct sshkey **keyp, int *perm_ok) argument
[all...]
H A Dkey.c381 int *perm_ok)
387 &ret, perm_ok)) != 0) {
402 char **commentp, int *perm_ok)
408 &ret, commentp, perm_ok)) != 0) {
380 key_load_private_cert(int type, const char *filename, const char *passphrase, int *perm_ok) argument
401 key_load_private_type(int type, const char *filename, const char *passphrase, char **commentp, int *perm_ok) argument
H A Dsshconnect1.c225 int i, perm_ok = 1, type, quit; local
272 &perm_ok);
273 if (private == NULL && !options.batch_mode && perm_ok) {
297 if (!options.batch_mode && perm_ok)
H A Dsshconnect2.c1132 int r, perm_ok = 0, quit = 0, i; local
1154 passphrase, &private, NULL, &perm_ok))) {

Completed in 93 milliseconds