Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIGNUM

136   BIGNUM *r, *s;
178 * encoded signatures as opposed to raw |BIGNUM|s. If you don't know what
292 BIGNUM **out_kinv, BIGNUM **out_r);
325 int (*sign_setup)(const DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp,
343 BIGNUM *p;
344 BIGNUM *q; /* == 20 */
345 BIGNUM *g;
347 BIGNUM *pub_key; /* y public key */
348 BIGNUM *priv_key; /* x private key */
350 BIGNUM *kinv; /* Signing pre-calc */
351 BIGNUM *r; /* Signing pre-calc */