Searched refs:perm_ok (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | authfile.c | 1023 char **commentp, int *perm_ok) in key_load_private_type() argument 1033 if (perm_ok != NULL) in key_load_private_type() 1034 *perm_ok = 0; in key_load_private_type() 1038 if (perm_ok != NULL) in key_load_private_type() 1039 *perm_ok = 0; in key_load_private_type() 1044 if (perm_ok != NULL) in key_load_private_type() 1045 *perm_ok = 1; in key_load_private_type() 1208 int *perm_ok) in key_load_private_cert() argument 1224 passphrase, NULL, perm_ok)) == NULL) in key_load_private_cert()
|
| HD | sshconnect1.c | 213 int i, perm_ok = 1, type, quit; in try_rsa_authentication() local 260 &perm_ok); in try_rsa_authentication() 261 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication() 285 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
|
| HD | sshconnect2.c | 1136 int perm_ok = 0, quit, i; in load_identity_file() local 1144 private = key_load_private_type(KEY_UNSPEC, filename, "", NULL, &perm_ok); in load_identity_file() 1145 if (!perm_ok) { in load_identity_file()
|