Searched refs:auth_check_authkey_line (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | authkeys_fuzz.cc | 64 (void) auth_check_authkey_line(pw, key, tmp, "127.0.0.1", "localhost", in LLVMFuzzerTestOneInput() 72 (void) auth_check_authkey_line(pw, cert, tmp, "127.0.0.1", "localhost", in LLVMFuzzerTestOneInput()
|
/freebsd/crypto/openssh/ |
H A D | auth2-pubkeyfile.c | 264 auth_check_authkey_line(struct passwd *pw, struct sshkey *key, in auth_check_authkey_line() function 432 if (auth_check_authkey_line(pw, key, cp, in auth_check_authkeys_file()
|
H A D | auth.h | 235 int auth_check_authkey_line(struct passwd *, struct sshkey *,
|