Searched refs:perm_ok (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | authfile.c | 661 char **commentp, int *perm_ok) in key_load_private_type() argument 671 if (perm_ok != NULL) in key_load_private_type() 672 *perm_ok = 0; in key_load_private_type() 676 if (perm_ok != NULL) in key_load_private_type() 677 *perm_ok = 0; in key_load_private_type() 682 if (perm_ok != NULL) in key_load_private_type() 683 *perm_ok = 1; in key_load_private_type() 846 int *perm_ok) in key_load_private_cert() argument 861 passphrase, NULL, perm_ok)) == NULL) in key_load_private_cert()
|
D | sshconnect1.c | 211 int i, perm_ok = 1, type, quit; in try_rsa_authentication() local 258 &perm_ok); in try_rsa_authentication() 259 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication() 283 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
|
D | sshconnect2.c | 1318 int perm_ok = 0, quit, i; in load_identity_file() local 1325 private = key_load_private_type(KEY_UNSPEC, filename, "", NULL, &perm_ok); in load_identity_file() 1326 if (!perm_ok) in load_identity_file()
|