Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dkex.h88 KEX_MAX enumerator
156 void (*kex[KEX_MAX])(Kex *);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkex.c309 if (kex->kex_type >= 0 && kex->kex_type < KEX_MAX && in kex_kexinit_finish()