Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth.h233 int auth_process_principals(FILE *, const char *,
H A Dauth2-pubkey.c339 success = auth_process_principals(f, file, cert, authoptsp); in match_principals_file()
457 ok = auth_process_principals(f, "(command)", cert, authoptsp); in match_principals_command()
H A Dauth2-pubkeyfile.c232 auth_process_principals(FILE *f, const char *file, in auth_process_principals() function