Searched refs:c_keytype (Results 1 – 1 of 1) sorted by relevance
87 int c_keytype; /* Only one of KT_RSA1, KT_DSA, or KT_RSA */ member362 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()