Searched refs:authoptsp (Results 1 – 1 of 1) sorted by relevance
324 const char *loc, struct sshauthopt **authoptsp) in check_principals_line() argument331 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() argument381 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[all …]