Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c212 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() argument
222 if (perm_ok != NULL) in sshkey_load_private_type()
223 *perm_ok = 0; in sshkey_load_private_type()
227 if (perm_ok != NULL) in sshkey_load_private_type()
228 *perm_ok = 0; in sshkey_load_private_type()
232 if (perm_ok != NULL) in sshkey_load_private_type()
233 *perm_ok = 1; in sshkey_load_private_type()
454 struct sshkey **keyp, int *perm_ok) in sshkey_load_private_cert() argument
476 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()
304 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
Dsshconnect2.c1233 int r, perm_ok = 0, quit = 0, i; in load_identity_file() local
1255 passphrase, &private, &comment, &perm_ok))) { in load_identity_file()