Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexdh.c78 int kout, r; in kex_dh_compute_key() local
99 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()