Home
last modified time | relevance | path

Searched refs:ssh_krl_file_contains_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dkrl.h63 int ssh_krl_file_contains_key(const char *path, const struct sshkey *key);
H A Dauthfile.c449 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked()
H A Dssh_namespace.h654 #define ssh_krl_file_contains_key Fssh_ssh_krl_file_contains_key macro
H A Dkrl.c1272 ssh_krl_file_contains_key(const char *path, const struct sshkey *key) in ssh_krl_file_contains_key() function