Searched refs:kex (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgsss.c42 #include <signal.h> /* for sig_atomic_t in kex.h */
54 #include "kex.h"
86 struct kex *kex = ssh->kex; local
102 debug2("%s: Identifying %s", __func__, kex->name);
103 oid = ssh_gssapi_id_kex(NULL, kex->name, kex->kex_type);
112 switch (kex->kex_type) {
114 kex
[all...]
H A Dkexgssc.c43 #include <signal.h> /* for sig_atomic_t in kex.h */
52 #include "kex.h"
79 struct kex *kex = ssh->kex; local
86 if (ssh_gssapi_id_kex(ctxt, kex->name, kex->kex_type)
90 if (ssh_gssapi_import_name(ctxt, kex->gss_host))
93 switch (kex->kex_type) {
95 kex
[all...]

Completed in 12 milliseconds