Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.h141 int sshkey_drop_cert(struct sshkey *);
Dkey.c204 if ((r = sshkey_drop_cert(k)) != 0) { in key_drop_cert()
Dsshconnect.c1289 sshkey_drop_cert(plain); in verify_host_key()
Dkrl.c371 if ((r = sshkey_drop_cert(kcopy)) != 0) { in plain_key_blob()
Dsshkey.c2389 sshkey_drop_cert(struct sshkey *k) in sshkey_drop_cert() function