Searched defs:dh_st (Results 1 – 1 of 1) sorted by relevance
80 struct dh_st { struct83 int pad;84 int version;85 BIGNUM *p;86 BIGNUM *g;87 long length; /* optional */88 BIGNUM *pub_key; /* g^x */89 BIGNUM *priv_key; /* x */91 int flags;92 BN_MONT_CTX *method_mont_p;[all …]