Searched refs:sshkey_in_file (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | authfile.h | 48 int sshkey_in_file(struct sshkey *, const char *, int, int);
|
H A D | authfile.c | 376 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file() function 456 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
|
H A D | auth2-pubkey.c | 537 if ((r = sshkey_in_file(key->cert->signature_key, in user_cert_trusted_ca()
|
H A D | ssh_namespace.h | 879 #define sshkey_in_file Fssh_sshkey_in_file macro
|