Searched refs:kout (Results 1 – 1 of 1) sorted by relevance
78 int kout, r; in kex_dh_compute_key() local99 if ((kout = DH_compute_key(kbuf, dh_pub, kex->dh)) < 0 || in kex_dh_compute_key()100 BN_bin2bn(kbuf, kout, shared_secret) == NULL) { in kex_dh_compute_key()105 dump_digest("shared secret", kbuf, kout); in kex_dh_compute_key()