Searched refs:kex_type (Results 1 - 5 of 5) sorted by relevance

/external/openssh/
H A Dkex.h141 u_int kex_type; member in struct:kex
H A Dkex.c524 if (kex->kex_type < KEX_MAX && kex->kex[kex->kex_type] != NULL)
525 return (kex->kex[kex->kex_type])(ssh);
724 k->kex_type = kexalg->type;
H A Dkexdhc.c61 switch (kex->kex_type) {
H A Dkexdhs.c61 switch (kex->kex_type) {
H A Dpacket.c2498 (r = sshbuf_put_u32(m, kex->kex_type)) != 0 ||
2698 (r = sshbuf_get_u32(m, &kex->kex_type)) != 0 ||

Completed in 321 milliseconds