• Home
  • Raw
  • Download

Lines Matching refs:authoptsp

324     const char *loc, struct sshauthopt **authoptsp)  in check_principals_line()  argument
331 if (authoptsp != NULL) in check_principals_line()
332 *authoptsp = NULL; in check_principals_line()
364 if (found && authoptsp != NULL) { in check_principals_line()
365 *authoptsp = opts; in check_principals_line()
374 const struct sshkey_cert *cert, struct sshauthopt **authoptsp) in process_principals() argument
381 if (authoptsp != NULL) in process_principals()
382 *authoptsp = NULL; in process_principals()
400 if (check_principals_line(ssh, cp, cert, loc, authoptsp) == 0) in process_principals()
411 struct sshkey_cert *cert, struct sshauthopt **authoptsp) in match_principals_file() argument
416 if (authoptsp != NULL) in match_principals_file()
417 *authoptsp = NULL; in match_principals_file()
425 success = process_principals(ssh, f, file, cert, authoptsp); in match_principals_file()
437 const struct sshkey *key, struct sshauthopt **authoptsp) in match_principals_command() argument
450 if (authoptsp != NULL) in match_principals_command()
451 *authoptsp = NULL; in match_principals_command()
539 ok = process_principals(ssh, f, "(command)", cert, authoptsp); in match_principals_command()
574 char *cp, const char *loc, struct sshauthopt **authoptsp) in check_authkey_line() argument
583 if (authoptsp != NULL) in check_authkey_line()
584 *authoptsp = NULL; in check_authkey_line()
687 if (authoptsp != NULL) { in check_authkey_line()
688 *authoptsp = finalopts; in check_authkey_line()
713 char *file, struct sshkey *key, struct sshauthopt **authoptsp) in check_authkeys_file() argument
720 if (authoptsp != NULL) in check_authkeys_file()
721 *authoptsp = NULL; in check_authkeys_file()
735 if (check_authkey_line(ssh, pw, key, cp, loc, authoptsp) == 0) in check_authkeys_file()
745 struct sshauthopt **authoptsp) in user_cert_trusted_ca() argument
753 if (authoptsp != NULL) in user_cert_trusted_ca()
754 *authoptsp = NULL; in user_cert_trusted_ca()
830 if (authoptsp != NULL) { in user_cert_trusted_ca()
831 *authoptsp = final_opts; in user_cert_trusted_ca()
850 char *file, struct sshauthopt **authoptsp) in user_key_allowed2() argument
855 if (authoptsp != NULL) in user_key_allowed2()
856 *authoptsp = NULL; in user_key_allowed2()
864 key, authoptsp); in user_key_allowed2()
878 struct sshkey *key, struct sshauthopt **authoptsp) in user_key_command_allowed2() argument
889 if (authoptsp != NULL) in user_key_command_allowed2()
890 *authoptsp = NULL; in user_key_command_allowed2()
978 options.authorized_keys_command, key, authoptsp); in user_key_command_allowed2()
1009 int auth_attempt, struct sshauthopt **authoptsp) in user_key_allowed() argument
1015 if (authoptsp != NULL) in user_key_allowed()
1016 *authoptsp = NULL; in user_key_allowed()
1050 if (success && authoptsp != NULL) { in user_key_allowed()
1051 *authoptsp = opts; in user_key_allowed()