Lines Matching full:bignum
96 OPENSSL_EXPORT void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key,
97 const BIGNUM **out_priv_key);
101 OPENSSL_EXPORT void DSA_get0_pqg(const DSA *dsa, const BIGNUM **out_p,
102 const BIGNUM **out_q, const BIGNUM **out_g);
147 BIGNUM *r, *s;
189 * encoded signatures as opposed to raw |BIGNUM|s. If you don't know what
282 BIGNUM **out_kinv, BIGNUM **out_r);
392 BIGNUM *p;
393 BIGNUM *q; /* == 20 */
394 BIGNUM *g;
396 BIGNUM *pub_key; /* y public key */
397 BIGNUM *priv_key; /* x private key */
399 BIGNUM *kinv; /* Signing pre-calc */
400 BIGNUM *r; /* Signing pre-calc */