Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c324 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
[all …]