Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh-keyscan.c102 int c_keytype; /* Only one of KT_* */ member
218 switch (c->c_keytype) { in keygrab_ssh2()
260 fatal("unknown key type %d", c->c_keytype); in keygrab_ssh2()
397 fdcon[s].c_keytype = keytype; in conalloc()
415 fdcon[s].c_keytype = 0; in confree()
434 ret = conalloc(c->c_namelist, c->c_output_name, c->c_keytype); in conrecycle()