Lines Matching defs:dh_st
16 struct dh_st { struct
21 int pad;
22 int version;
23 FFC_PARAMS params;
25 int32_t length;
26 BIGNUM *pub_key; /* g^x % p */
27 BIGNUM *priv_key; /* x */
28 int flags;
29 BN_MONT_CTX *method_mont_p;
30 CRYPTO_REF_COUNT references;
32 CRYPTO_EX_DATA ex_data;
33 ENGINE *engine;
35 OSSL_LIB_CTX *libctx;
36 const DH_METHOD *meth;
37 CRYPTO_RWLOCK *lock;
40 size_t dirty_cnt; /* If any key material changes, increment this */