Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c51 int get_keytypes = KT_RSA1; /* Get only RSA1 keys by default */ variable
671 if (get_keytypes & j) { in do_host()
758 get_keytypes = 0; in main()
764 get_keytypes |= KT_RSA1; in main()
767 get_keytypes |= KT_DSA; in main()
770 get_keytypes |= KT_RSA; in main()