Home | History | Annotate | Download | only in openssh

Lines Matching refs:DH

59 #include <openssl/dh.h>
71 #include "dh.h"
644 DH *dh;
660 dh = choose_dh(min, want, max);
661 if (dh == NULL) {
667 buffer_put_bignum2(m, dh->p);
668 buffer_put_bignum2(m, dh->g);
670 DH_free(dh);