Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c199 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() argument
208 if (perm_ok != NULL) in sshkey_load_private_type()
209 *perm_ok = 0; in sshkey_load_private_type()
213 if (perm_ok != NULL) in sshkey_load_private_type()
214 *perm_ok = 0; in sshkey_load_private_type()
218 if (perm_ok != NULL) in sshkey_load_private_type()
219 *perm_ok = 1; in sshkey_load_private_type()
439 struct sshkey **keyp, int *perm_ok) in sshkey_load_private_cert() argument
460 passphrase, &key, NULL, perm_ok)) != 0 || in sshkey_load_private_cert()
Dkey.c381 int *perm_ok) in key_load_private_cert() argument
387 &ret, perm_ok)) != 0) { in key_load_private_cert()
402 char **commentp, int *perm_ok) in key_load_private_type() argument
408 &ret, commentp, perm_ok)) != 0) { in key_load_private_type()
Dsshconnect1.c225 int i, perm_ok = 1, type, quit; in try_rsa_authentication() local
272 &perm_ok); in try_rsa_authentication()
273 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()
297 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
Dsshconnect2.c1125 int r, perm_ok = 0, quit = 0, i; in load_identity_file() local
1147 passphrase, &private, NULL, &perm_ok))) { in load_identity_file()