Searched defs:dh_st (Results 1 – 1 of 1) sorted by relevance
80 struct dh_st { struct81 int version;82 BIGNUM *p;83 BIGNUM *q;84 BIGNUM *g;86 BIGNUM *pub_key; /* g^x */87 BIGNUM *priv_key; /* x */89 int flags;92 int references;93 CRYPTO_EX_DATA ex_data;[all …]