Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dauth.h232 int auth_process_principals(FILE *, const char *,
H A Dauth2-pubkey.c332 success = auth_process_principals(f, file, cert, authoptsp); in match_principals_file()
450 ok = auth_process_principals(f, "(command)", cert, authoptsp); in match_principals_command()
H A Dauth2-pubkeyfile.c222 auth_process_principals(FILE *f, const char *file, in auth_process_principals() function