Searched defs:dh_st (Results 1 – 5 of 5) sorted by relevance
27 struct dh_st { struct28 BIGNUM *p;29 BIGNUM *g;30 BIGNUM *q;31 BIGNUM *pub_key; // g^x mod p32 BIGNUM *priv_key; // x36 unsigned priv_length;38 CRYPTO_MUTEX method_mont_p_lock;39 BN_MONT_CTX *method_mont_p;41 int flags;[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 …]
519 class dh_st(Structure): class