Searched refs:sshkey_in_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dauthfile.h49 int sshkey_in_file(struct sshkey *, const char *, int, int);
H A Dauthfile.c443 * also checked and sshkey_in_file() will return success if either is found.
446 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, function
526 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) {
H A Dauth2-pubkey.c753 if ((r = sshkey_in_file(key->cert->signature_key,
H A Dssh_namespace.h743 #define sshkey_in_file Fssh_sshkey_in_file macro

Completed in 110 milliseconds