Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c87 int c_keytype; /* Only one of KT_RSA1, KT_DSA, or KT_RSA */ member
362 c->c_keytype == KT_DSA? "ssh-dss": "ssh-rsa"; in keygrab_ssh2()
457 fdcon[s].c_keytype = keytype; in conalloc()
477 fdcon[s].c_keytype = 0; in confree()
498 ret = conalloc(c->c_namelist, c->c_output_name, c->c_keytype); in conrecycle()
541 if (c->c_keytype != KT_RSA1) { in congreet()
554 c->c_keytype == KT_RSA1? PROTOCOL_MAJOR_1 : PROTOCOL_MAJOR_2, in congreet()
555 c->c_keytype == KT_RSA1? PROTOCOL_MINOR_1 : PROTOCOL_MINOR_2); in congreet()
561 if (c->c_keytype != KT_RSA1) { in congreet()