Searched defs:dsa_st (Results 1 – 7 of 7) sorted by relevance
405 struct dsa_st { struct406 long version;407 BIGNUM *p;408 BIGNUM *q; // == 20409 BIGNUM *g;411 BIGNUM *pub_key; // y public key412 BIGNUM *priv_key; // x private key414 BIGNUM *kinv; // Signing pre-calc415 BIGNUM *r; // Signing pre-calc417 int flags;[all …]
412 struct dsa_st { struct413 long version;414 BIGNUM *p;415 BIGNUM *q; // == 20416 BIGNUM *g;418 BIGNUM *pub_key; // y public key419 BIGNUM *priv_key; // x private key421 int flags;423 CRYPTO_MUTEX method_mont_lock;424 BN_MONT_CTX *method_mont_p;[all …]
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 …]