Searched refs:c_keytype (Results 1 – 1 of 1) sorted by relevance
97 int c_keytype; /* Only one of KT_RSA1, KT_DSA, or KT_RSA */ member271 switch (c->c_keytype) { in keygrab_ssh2()294 fatal("unknown key type %d", c->c_keytype); in keygrab_ssh2()425 fdcon[s].c_keytype = keytype; in conalloc()445 fdcon[s].c_keytype = 0; in confree()471 ret = conalloc(c->c_namelist, c->c_output_name, c->c_keytype); in conrecycle()527 if (c->c_keytype != KT_RSA1) { in congreet()540 c->c_keytype == KT_RSA1? PROTOCOL_MAJOR_1 : PROTOCOL_MAJOR_2, in congreet()541 c->c_keytype == KT_RSA1? PROTOCOL_MINOR_1 : PROTOCOL_MINOR_2); in congreet()552 if (c->c_keytype != KT_RSA1) { in congreet()