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

/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgsss.c82 BIGNUM *dh_client_pub = NULL; local
157 if (dh_client_pub != NULL)
163 if ((dh_client_pub = BN_new()) == NULL)
164 fatal("dh_client_pub == NULL");
166 packet_get_bignum2(dh_client_pub);
188 if (dh_client_pub == NULL)
215 if (!dh_pub_is_valid(kex->dh, dh_client_pub))
220 kout = DH_compute_key(kbuf, dh_client_pub, kex->dh);
243 dh_client_pub, kex->dh->pub_key, shared_secret,
255 dh_client_pub,
[all...]

Completed in 11 milliseconds