Searched refs:authoptsp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth2-pubkeyfile.c | 183 const char *loc, struct sshauthopt **authoptsp) in auth_check_principals_line() argument 190 if (authoptsp != NULL) in auth_check_principals_line() 191 *authoptsp = NULL; in auth_check_principals_line() 223 if (found && authoptsp != NULL) { in auth_check_principals_line() 224 *authoptsp = opts; in auth_check_principals_line() 233 const struct sshkey_cert *cert, struct sshauthopt **authoptsp) in auth_process_principals() argument 240 if (authoptsp != NULL) in auth_process_principals() 241 *authoptsp = NULL; in auth_process_principals() 260 if (auth_check_principals_line(cp, cert, loc, authoptsp) == 0) in auth_process_principals() 276 struct sshauthopt **authoptsp) in auth_check_authkey_line() argument [all …]
|
| H A D | auth2-pubkey.c | 325 struct sshkey_cert *cert, struct sshauthopt **authoptsp) in match_principals_file() argument 330 if (authoptsp != NULL) in match_principals_file() 331 *authoptsp = NULL; in match_principals_file() 339 success = auth_process_principals(f, file, cert, authoptsp); in match_principals_file() 351 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp) in match_principals_command() argument 364 if (authoptsp != NULL) in match_principals_command() 365 *authoptsp = NULL; in match_principals_command() 457 ok = auth_process_principals(f, "(command)", cert, authoptsp); in match_principals_command() 489 const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp) in user_cert_trusted_ca() argument 497 if (authoptsp != NULL) in user_cert_trusted_ca() [all …]
|