Searched refs:sshkey_drop_cert (Results 1 – 4 of 4) sorted by relevance
231 int sshkey_drop_cert(struct sshkey *);
1416 if ((r = sshkey_drop_cert(raw_key)) != 0) in check_host_key()1508 sshkey_drop_cert(plain); in verify_host_key()
373 if ((r = sshkey_drop_cert(kcopy)) != 0) { in plain_key_blob()
2226 sshkey_drop_cert(struct sshkey *k) in sshkey_drop_cert() function