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

/freebsd-current/crypto/openssh/
H A Dkexdh.c78 int kout, r; local
99 if ((kout = DH_compute_key(kbuf, dh_pub, kex->dh)) < 0 ||
100 BN_bin2bn(kbuf, kout, shared_secret) == NULL) {
105 dump_digest("shared secret", kbuf, kout);

Completed in 52 milliseconds