Lines Matching defs:dsa_st
14 struct dsa_st { struct
19 int pad;
20 int32_t version;
21 FFC_PARAMS params;
22 BIGNUM *pub_key; /* y public key */
23 BIGNUM *priv_key; /* x private key */
24 int flags;
26 BN_MONT_CTX *method_mont_p;
27 CRYPTO_REF_COUNT references;
29 CRYPTO_EX_DATA ex_data;
31 const DSA_METHOD *meth;
33 ENGINE *engine;
34 CRYPTO_RWLOCK *lock;
35 OSSL_LIB_CTX *libctx;
38 size_t dirty_cnt; /* If any key material changes, increment this */