Searched defs:dsa_st (Results 1 – 1 of 1) sorted by relevance
155 struct dsa_st { struct160 int pad;161 long version;162 int write_params;163 BIGNUM *p;164 BIGNUM *q; /* == 20 */165 BIGNUM *g;166 BIGNUM *pub_key; /* y public key */167 BIGNUM *priv_key; /* x private key */168 BIGNUM *kinv; /* Signing pre-calc */[all …]