Home
last modified time | relevance | path

Searched defs:Kex (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dkex.h94 typedef struct Kex Kex; typedef
134 struct Kex { struct
151 struct KexOptions options; argument
156 void (*kex[KEX_MAX])(Kex *); argument
157 void (*kex_hook)(Kex *, char **); /* for GSS keyex rekeying */ argument
163 typedef void (*Kex_hook_func)(Kex *, char **); /* for GSS-API rekeying */ argument