Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dkrl.h63 int ssh_krl_file_contains_key(const char *path, const struct sshkey *key);
H A Dauthfile.c442 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked()
H A Dkrl.c1268 ssh_krl_file_contains_key(const char *path, const struct sshkey *key) in ssh_krl_file_contains_key() function