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

/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgssc.c65 uint_t klen, kout, slen = 0, strlen; local
269 kout = DH_compute_key(kbuf, dh_server_pub, kex->dh);
270 if (kout < 0)
277 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
H A Dkexgsss.c77 uint_t slen, klen, kout; local
220 kout = DH_compute_key(kbuf, dh_client_pub, kex->dh);
221 if (kout < 0)
228 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)

Completed in 13 milliseconds