Home
last modified time | relevance | path

Searched refs:sshkey_drop_cert (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dsshkey.h196 int sshkey_drop_cert(struct sshkey *);
H A Dsshconnect.c1404 if ((r = sshkey_drop_cert(raw_key)) != 0) in check_host_key()
1496 sshkey_drop_cert(plain); in verify_host_key()
H A Dssh_namespace.h770 #define sshkey_drop_cert Fssh_sshkey_drop_cert macro
H A Dkrl.c375 if ((r = sshkey_drop_cert(kcopy)) != 0) { in plain_key_blob()
H A Dsshkey.c2878 sshkey_drop_cert(struct sshkey *k) in sshkey_drop_cert() function