Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.h213 const char *sshkey_cert_type(const struct sshkey *);
H A Dssh_namespace.h846 #define sshkey_cert_type Fssh_sshkey_cert_type macro
H A Dssh-keygen.c1936 "valid %s", sshkey_cert_type(public), in do_ca_sign()
2168 sshkey_cert_type(key)); in print_cert()
H A Dsshkey.c1457 sshkey_cert_type(const struct sshkey *k) in sshkey_cert_type() function