Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshkey.h177 const char *sshkey_cert_type(const struct sshkey *);
H A Dssh-keygen.c1883 "valid %s", sshkey_cert_type(public), in do_ca_sign()
2115 sshkey_cert_type(key)); in print_cert()
H A Dsshkey.c1595 sshkey_cert_type(const struct sshkey *k) in sshkey_cert_type() function