Searched defs:dsa_st (Results 1 – 2 of 2) sorted by relevance
14 struct dsa_st { struct19 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;[all …]
13 struct dsa_st { struct18 int pad;19 int32_t version;20 BIGNUM *p;21 BIGNUM *q; /* == 20 */22 BIGNUM *g;23 BIGNUM *pub_key; /* y public key */24 BIGNUM *priv_key; /* x private key */25 int flags;27 BN_MONT_CTX *method_mont_p;[all …]