Searched defs:dh_st (Results 1 – 7 of 7) sorted by relevance
250 struct dh_st { struct251 BIGNUM *p;252 BIGNUM *g;253 BIGNUM *pub_key; // g^x mod p254 BIGNUM *priv_key; // x258 unsigned priv_length;260 CRYPTO_MUTEX method_mont_p_lock;261 BN_MONT_CTX *method_mont_p;264 BIGNUM *q;265 BIGNUM *j;[all …]
313 struct dh_st { struct314 BIGNUM *p;315 BIGNUM *g;316 BIGNUM *pub_key; // g^x mod p317 BIGNUM *priv_key; // x321 unsigned priv_length;323 CRYPTO_MUTEX method_mont_p_lock;324 BN_MONT_CTX *method_mont_p;327 BIGNUM *q;328 BIGNUM *j;[all …]
135 struct dh_st { struct140 int pad;141 int version;142 BIGNUM *p;143 BIGNUM *g;144 long length; /* optional */145 BIGNUM *pub_key; /* g^x % p */146 BIGNUM *priv_key; /* x */147 int flags;148 BN_MONT_CTX *method_mont_p;[all …]