Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauthfile.c1023 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()
HDsshconnect1.c213 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()
HDsshconnect2.c1136 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()