Home
last modified time | relevance | path

Searched refs:KEY_DSA_CERT (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/crypto/openssh/
HDsshkey.h67 KEY_DSA_CERT, enumerator
HDssh-dss.c449 /* .type = */ KEY_DSA_CERT,
HDsshd-session.c505 case KEY_DSA_CERT: in list_hostkey_types()
531 case KEY_DSA_CERT: in get_hostkey_by_type()
HDauthfd.c605 case KEY_DSA_CERT: in ssh_add_identity_constrained()
HDsshkey.c457 case KEY_DSA_CERT: in sshkey_type_plain()
482 return KEY_DSA_CERT; in sshkey_type_certified()
HDssh-keygen.c266 case KEY_DSA_CERT: in ask_filename()
/freebsd-head/crypto/openssh/regress/unittests/sshkey/
HDtest_file.c225 ASSERT_INT_EQ(k2->type, KEY_DSA_CERT); in sshkey_file_tests()