Searched defs:ssh (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgsss.c34 * API, just adjusting it to still work with new struct ssh.
58 #include "ssh-gss.h"
62 kexgss_server(struct ssh *ssh) argument
86 struct kex *kex = ssh->kex;
300 if ((r = kex_derive_keys_bn(ssh, hash, hashlen, shared_secret)) == 0)
301 r = kex_send_newkeys(ssh);
H A Dkexgssc.c30 * API, just adjusting it to still work with new struct ssh.
57 #include "ssh-gss.h"
60 kexgss_client(struct ssh *ssh) { argument
79 struct kex *kex = ssh->kex;
342 if ((r = kex_derive_keys_bn(ssh, hash, hashlen, shared_secret)) == 0)
343 r = kex_send_newkeys(ssh);

Completed in 12 milliseconds