Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dkrl.h60 int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key);
Dkrl.c1113 if (ssh_krl_check_key(krl, ca_used[i]) == 0) in ssh_krl_from_blob()
1250 ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_check_key() function
1290 r = ssh_krl_check_key(krl, key); in ssh_krl_file_contains_key()
Dssh_namespace.h623 #define ssh_krl_check_key Fssh_ssh_krl_check_key macro
Dssh-keygen.c2193 r = ssh_krl_check_key(krl, k); in do_check_krl()