Lines Matching refs:DH
11 * DH low level APIs are deprecated for public use, but still ok for
34 DH_free((DH *)*pval);
38 DH *dh = (DH *)*pval;
49 ASN1_SIMPLE(DH, params.p, BIGNUM),
50 ASN1_SIMPLE(DH, params.g, BIGNUM),
51 ASN1_OPT_EMBED(DH, length, ZINT32),
52 } ASN1_SEQUENCE_END_cb(DH, DHparams)
54 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(DH, DHparams, DHparams)
57 * Internal only structures for handling X9.42 DH: this gets translated to or
58 * from a DH structure straight away.
93 DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length)
97 DH *dh = NULL;
135 int i2d_DHxparams(const DH *dh, unsigned char **pp)